03-08-2022 10:16 AM
The Python that is installed, is on version Python 2.7.17, which is end of life and not supported anymore, so it flags in vulnerability scans, like NESSUS scan as "Python Unsupported Version Detection". Is there any plans for the DNAc to use a supported or latest version of Python?
03-08-2022 06:51 PM
Well, you may see that there´s the command pip in your DNAC cli. which means, you can upgrade your Python from that. However, you DNAC must have internet access.
In the same way, the vulnerabilities you mentioned, will be exploited only if your server is wide open on the internet.
03-09-2022 02:05 PM
2.2.3.4 has both Python 2.7.17 and 3.6.9
$ python --version
Python 2.7.17
$ python3 --version
Python 3.6.9
03-09-2022 05:08 PM
Never install PIP or any other software from community or outside. If you do that then you have an excellent recipe for your Cisco DNAC upgrade to fail or unexpected behavior.
If you have to report any vulnerabilities, open Service request with TAC or ask question here but DO NOT modify things on your own.
03-10-2022 05:44 AM
report this issue with TAC, and they openned a defect:
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa64085
No workaround for the moment.
05-18-2022 01:35 PM
Pending fix, I need to block/disable the port. How do I do that? Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide