🌐
OpenCVE
app.opencve.io › cve
Python CVEs and Security Vulnerabilities - OpenCVE
Explore the latest vulnerabilities and security issues of Python in the CVE database
🌐
Reddit
reddit.com › r/python › corporate it have banned all versions of python lower than the latest
r/Python on Reddit: Corporate IT have banned all versions of python lower than the latest
November 21, 2023 -

I.e. right now they are insisting we use v3.12 only because older versions have some vulnerabilities their scanner picked up.

I need to somehow explain that this is a terrible idea and that many packages won't support the most up to date version without causing them to panic and overstep even more.

This requirement is company wide (affects development, data science and analytics).

Edit - thanks for all the advice, I think the crux is that they don't understand how the versioning works and are confusing major and minor versions. I will explain this and hopefully we will be able to use the latest minor versions for 3.11/3.10/3.9

Discussions

Microsoft Vulnerability Manager Security Recommendations - Python
Microsoft Vulnerability Manager Security Recommendations is advising to Update Python as it is currently version 3.7.7.0 however, when installing Python latest version (3.12.30) from https://www.python.org/downloads/ it is still reporting on Microsoft… More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
May 1, 2024
Is Python a Security Vulnerability?

No, there is nothing inherently insecure about python.

However Python can be used to make a vulnerability. For instance it would be easy to make a web portal that executes anything that is typed in. This is true for any programming language, but python makes it extra easy.

And I know, you would know better, but IT departments see all their users as idiots (often with good reason).

More on reddit.com
🌐 r/Python
27
17
November 20, 2017
Critical Python Package Vulnerability Now Actively Exploited – CVE-2025-3248
lol, about what i expect from the LLM ecosystem More on reddit.com
🌐 r/devops
20
116
June 17, 2025
How can I check Python package vulnerabilities before installing them in Microsoft Fabric?
Is pip-audit what you're looking for, perhaps? Not strictly checking before you install something, but you could use it to check before you get as far as importing anything. In practice most fabric use cases will only be using a small number of very widely used packages, for which these kinds of security check are perhaps less essential (to be clear, that's not the same as "not necessary"). If I wanted to install anything esoteric I'd always be checking PyPi and the GitHub project carefully - you don't need any special tooling for that, just common sense. More on reddit.com
🌐 r/MicrosoftFabric
3
2
May 28, 2025
🌐
Python
python.org › dev › security
Python Security | Python.org
A Python Security Response Team (PSRT) has been formed that does triage on all reported vulnerabilities and works to resolve them. To reach the response team, send email to security ...
🌐
Aikido
aikido.dev › home › articles › top 10 python security vulnerabilities developers should avoid
Python Security Vulnerabilities | Top Issues
January 29, 2026 - Even if your use of eval is “safe” today (e.g. only evaluating mathematical expressions), it creates a latent vulnerability that future changes can accidentally trigger. Mitigation: Never use eval or exec on untrusted input. In fact, avoid them altogether unless absolutely necessary. Python provides safer alternatives for most use cases (for example, use literal evaluation via ast.literal_eval for reading data structures, or dispatch tables for calling functions instead of building a string to eval).
🌐
Readthedocs
python-security.readthedocs.io › vulnerabilities.html
Python Security Vulnerabilities — Python Security 0.0 documentation
The canonical database for vulnerabilities affecting Python is available on GitHub in the Open Source Vulnerability (OSV) format.
🌐
Maikuolan
maikuolan.github.io › Vulnerability-Charts › python.html
Vulnerability Charts – Python
May 24, 2026 - A chart of which Python versions are safe/unsafe, and their CVSS.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1661948 › microsoft-vulnerability-manager-security-recommend
Microsoft Vulnerability Manager Security Recommendations - Python - Microsoft Q&A
May 1, 2024 - Microsoft Vulnerability Manager Security Recommendations is advising to Update Python as it is currently version 3.7.7.0 however, when installing Python latest version (3.12.30) from https://www.python.org/downloads/ it is still reporting on Microsoft…
Find elsewhere
🌐
Red Hat
redhat.com › en › blog › find-python-vulnerabilities
How to find third-party vulnerabilities in your Python code
November 20, 2025 - A good project keeps versions up to date when a vulnerability is found, and tools like pip-audit make this job easier. Here's how to use pip-audit to scan your Python project and learn whether any of your third-party libraries have known vulnerabilities with CVE identifiers.
🌐
Ars Technica
arstechnica.com › security › 2026 › 04 › open-source-package-with-1-million-monthly-downloads-stole-user-credentials
Open source package with 1 million monthly downloads stole user credentials - Ars Technica
April 28, 2026 - On Friday, unknown attackers exploited the vulnerability to push a new version of element-data, a command-line interface that helps users monitor performance and anomalies in machine-learning systems.
🌐
Snyk
security.snyk.io › snyk vulnerability database › linux › chainguard
python-3.9 - Vulnerability
Security vulnerabilities and package health score for chainguard:latest package python-3.9
🌐
Reddit
reddit.com › r/python › is python a security vulnerability?
r/Python on Reddit: Is Python a Security Vulnerability?
November 20, 2017 -

I recently sent a request to my employer's IT department asking for access to Python 3.6.3. The request was denied with the justification "Python is dangerous to have on a pc. It is a useful attack vector."

Can anyone provide insight on what this might mean? Does simply having Python installed on your computer make you more susceptible to attacks? I can't tell if my employer has a valid concern here or if they are just taking the easy route.

EDIT: Spelling

🌐
InfoWorld
infoworld.com › home › artificial intelligence
Claude Code is still vulnerable to an attack Anthropic has already fixed | InfoWorld
April 3, 2026 - Python · Security · Software Development · Technology Industry · Back · Close · by Maxwell Cooter · news · Apr 3, 20262 mins · Credit: Anthropic · The leak of Claude Code’s source is already having consequences for the tool’s security. Researchers have spotted a vulnerability documented in the code.
🌐
Trivy
trivy.dev › docs › latest › getting-started
Trivy - First steps
Scan a container image from a registry with the default scanner, which is the Vulnerabilities scanner: trivy image python:3.4-alpine · Scan a local code repository, for vulnerabilities, exposed secrets and misconfigurations: trivy fs --scanners vuln,secret,misconfig /path/to/myproject ·
🌐
Cyber Press
cyberpress.org › home › critical python ply library vulnerability enables remote code execution
Critical Python PLY Library Vulnerability Enables Remote Code Execution
January 26, 2026 - A critical security issue has been disclosed in the Python PLY (Python Lex‑Yacc) library that can allow remote code execution (RCE) through an undocumented feature in the PyPI‑distributed version 3.11. The flaw is tracked as CVE‑2025‑56005 and was reported by security researcher Ahmed Abd, with disclosure dated July 1, 2025. The vulnerability stems from an undocumented picklefile parameter in ply.yacc.yacc().
🌐
Aqua Security
aquasec.com › home › application security › python security
Python Security: 6 Common Risks & What You Can Do About Them
July 23, 2024 - Injection flaws allow an attacker to deliver malicious code through an application to a backend or internal system. Injection vulnerabilities are common in Python, and come in several types such as command injection and SQL injection.
🌐
NIST
nvd.nist.gov › vuln › detail › CVE-2025-50817
NVD - CVE-2025-50817
August 14, 2025 - This is a potential security issue, you are being redirected to https://nvd.nist.gov · Official websites use .gov A .gov website belongs to an official government organization in the United States
🌐
Techzine Global
techzine.eu › news › security › malicious python package poses new supply chain threat
Malicious Python package poses new supply chain threat - Techzine Global
April 28, 2026 - This will be a familiar phenomenon ... malware. Last Friday, unknown attackers succeeded in publishing a malicious version of elementary-data on the Python Package Index (PyPI) and as a Docker image....
🌐
Reddit
reddit.com › r/devops › critical python package vulnerability now actively exploited – cve-2025-3248
r/devops on Reddit: Critical Python Package Vulnerability Now Actively Exploited – CVE-2025-3248
June 17, 2025 -

There's a critical unauthenticated RCE vulnerability (CVSS 9.8) in Langflow (<1.3.0), a widely-used Python framework for building AI apps (70k+ GitHub stars, 21k+ PyPI downloads/week).

Link to blog post:
https://cloudsmith.com/blog/cve-2025-3248-serious-vulnerability-found-in-popular-python-ai-package

Attackers are actively exploiting this flaw to install the Flodrix DDoS botnet via the /api/v1/validate/code endpoint, which (incredibly) uses ast.parse() + compile() + exec() without auth.

If you're pulling anything from PyPI or running Langflow-based AI services exposed to the internet, you should check your versions now.

🌐
Reddit
reddit.com › r/microsoftfabric › how can i check python package vulnerabilities before installing them in microsoft fabric?
r/MicrosoftFabric on Reddit: How can I check Python package vulnerabilities before installing them in Microsoft Fabric?
May 28, 2025 -

I often install Python packages using pip install in notebooks. I want to make sure the packages I use are safe with a tool that acts as a gatekeeper or alerts me about known vulnerabilities before installation.

Does Microsoft Fabric support anything like Microsoft Defender for package-level security?
If not, are there best practices or external tools I can integrate into to check packages? Has anyone solved this kind of problem for securing Python environments in a managed platform like Fabric?