🚨 High Risk Vulnerability Alert 🚨 A parser differential in Python's urllib.parse.urlparse allows bypass of URL scheme and host filters, leading to Server Side Request Forgery (SSRF). This vulnerability, CVE-2023-24329, affects Python 3.11.3 and can be exploited in 3 steps. It's a clear reminder of the importance of API security. Stay safe out there! #Python #Vulnerability #OWASP #APIsecurity #SSRF https://lnkd.in/gPvXm-rS
Python CVE-2023-24329 SSRF Vulnerability Alert
More Relevant Posts
-
BREAKING: hackers have now been able to get a hold of Codex source code and port it to Python. Link: https://shorturl.at/003a8
To view or add a comment, sign in
-
-
A Python sandbox for untrusted code has a 9.3 flaw (CVE-2026-5752). A Pyodide bug enables sandbox escape and root command execution. The project is unmaintained, so the issue remains UNPATCHED. 🔗 Learn more → https://lnkd.in/dphrgUgE
To view or add a comment, sign in
-
🔐 Python Automation: Secure Password Generator ```python import random, string chars = string.ascii_letters + string.digits password = ''.join(random.choice(chars) for _ in range(10)) print(password) ``` 💡 Use case: ✔ Security automation #Python #Security
To view or add a comment, sign in
-
Do you maybe think, just maybe, this is the reason why AI is able to break-out of a sandbox environment...
Founder — The Hacker News | Cyber Alchemist | Curious by Nature, Educator by Choice, Disciplined by Trading, Solution-Driven by Coding
⚠️ A Python sandbox for untrusted code has a 9.3 flaw (CVE-2026-5752). A Pyodide bug enables sandbox escape and root command execution. The project is unmaintained, so the issue remains UNPATCHED. 🔗 Learn more → https://lnkd.in/gcDfpwqX
To view or add a comment, sign in
-
-
⚠️ A Python sandbox for untrusted code has a 9.3 flaw (CVE-2026-5752). A Pyodide bug enables sandbox escape and root command execution. The project is unmaintained, so the issue remains UNPATCHED. 🔗 Learn more → https://lnkd.in/gFaFpxJm
To view or add a comment, sign in
-
-
You thought you knew everything about Python, but did you know these things? 1 - Variables are names, NOT objects 2 - Set comprehensions DO exist!! 3 - You can create tuples with just commas, you needn't parentheses 4 - Floats are for floating point arithmetic, integers are handled more easily by the CPU 5 - How can you represent an easy vector in Python? :) Did you know all of these? Let us know in the comments! 😎 Michiel, you know all of these, but can you add more secrets tips? 😃 Watch on #YouTube: https://lnkd.in/d86Kg47P
To view or add a comment, sign in
-
Thanks to Luciano Jacinto for this wonderful sample about plane-strain analysis with NextFEM Designer by using Python code! Check out the full code and other useful samples here: https://lnkd.in/dkciF6Um www.nextfem.it
To view or add a comment, sign in
-
Working on some network configurations with python and netmiko. Surprised I could read the code and actually understand what each line does. Writing scripts to do basic things like creating VLANs and backing up configs for now. #CCNA #Python #Networking #Netmiko #NetworkAutomation
To view or add a comment, sign in
-
🚀 Understanding the Proxy Pattern (Python) The Proxy pattern provides a surrogate or placeholder for another object to control access to it. A proxy acts as an intermediary, controlling access to the real object. This pattern is useful when you want to add security, lazy initialization, or remote access to an object. The proxy can perform additional operations before or after forwarding the request to the real object. This promotes loose coupling and provides a flexible way to control object access. #Python #PythonDev #DataScience #WebDev #professional #career #development
To view or add a comment, sign in
-
-
automated finding MSDN bugs using sparse (the msdn sdk-api parser, pure python/regex parsing). first identified through bb-viewer (the WinSDK/PHNT viewer)
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development