Lucene search
+L

1900274 matches found

PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

ContextForge: DNS TOCTOU race condition causes SSRF protection bypass (`/admin/gateways/test`)

SummaryThe /admin/gateways/test endpoint validates submitted URLs by resolving the hostname at validation time and blocking private address ranges. The HTTP client independently re-resolves DNS at connection time with no IP binding between the two operations, creating a TOCTOU window exploitable...

6.6CVSS5.6AI score
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.7 views

Glances: `--disable-config-exec` does not cover on-alert action commands (incomplete fix of CVE-2026-53925)

SummaryIn Glances 4.5.5 the --disable-config-exec flag was extended GHSA-3vwc-qwhc-3mj7 to stop securepopen frominterpreting the shell operators &&, | and in AMP command values taken from the configuration file. Thehardening was not applied to the on-alert action command path, which reads its...

7.1CVSS5.5AI score0.00125EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3658 Ansible FreeBSD Jail Connection Plugin: Jail escape via symlink following in put_file (host-side root mv)

Through version 1.3.0, the jailexec connection plugin's putfile resolved a transfer's destination to a path on the jail host + and ran mkdir -p and mv there as root on the host. Those commands follow symbolic links, and the path was operated on outside the jail, so a symlink existing inside the...

7.7CVSS5.7AI score
SaveExploits0References6
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3667 Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Summary Glances's REST API server includes a documented safety check intended to guarantee that corscredentials=True can never be combined with an unrestricted CORS origin allowlist. The check compares the configured origin list to the wildcard using exact list equality corsorigins == "" instead ...

6.5CVSS5.7AI score0.00256EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3704 vLLM: Completion prompt lists fan out into unbounded engine requests

Summary The /v1/completions request model accepts prompt as a list of text prompts or a list of token-id prompts without any outer prompt-count bound. The serving path turns each element into a separate engine input, creates one engine generator per element, merges all generators, and allocates a...

6.5CVSS6AI score0.00388EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3696 sqlparse: Generated Python and PHP snippets allow SQL string breakout through unescaped backslashes

Summary The documented Python and PHP output modes generate source-code snippets from caller-supplied SQL. Their output filters escape quote characters without first escaping existing backslashes. Crafted SQL can therefore neutralize the generated quote escape, terminate the intended language...

6.2CVSS6.8AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/19 11:56 a.m.4 views

PYSEC-2026-3672 JupyterLab: Cross-site scripting (XSS) via crafted settings file (`overrides.json`)

JupyterLab 4.5+ allows notebook settings to be shared and applied through an overrides.json file using the Import button in the Settings Editor. Certain notebook display settings were not properly validated before being applied. As a result, a crafted settings file could contain hidden instructio...

8.6CVSS5.5AI score0.00552EPSS
SaveExploits0References12
OSV
OSV
added 2026/08/19 11:56 a.m.4 views

PYSEC-2026-3659 compliance-trestle has an URLSecurityValidator SSRF allowlist bypass via IPv4-mapped IPv6 and 0.0.0.0

Summary compliance-trestle 4.0.3 latest ships an URLSecurityValidator in trestle/core/remote/security.py to block SSRF to loopback / link-local / cloud-metadata endpoints from the HTTPSFetcher and SFTPFetcher remote-fetch paths. The allowlist is incomplete and can be bypassed by four equivalent...

8.6CVSS5.7AI score
SaveExploits0References6
PyPA
PyPA
added 2026/08/19 11:56 a.m.9 views

libp2p: yamux connection DoS via oversized data frame

SummaryThe yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop t...

7.5CVSS5.4AI score0.00351EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3681 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS5.5AI score0.00351EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

compliance-trestle has an URLSecurityValidator SSRF allowlist bypass via IPv4-mapped IPv6 and 0.0.0.0

Summarycompliance-trestle 4.0.3 latest ships an URLSecurityValidator in trestle/core/remote/security.py to block SSRF to loopback / link-local / cloud-metadata endpoints from the HTTPSFetcher and SFTPFetcher remote-fetch paths. The allowlist is incomplete and can be bypassed by four equivalent...

8.6CVSS5.6AI score
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

JupyterLab: Cross-site scripting (XSS) via crafted settings file (`overrides.json`)

JupyterLab 4.5+ allows notebook settings to be shared and applied through an overrides.json file using the Import button in the Settings Editor.Certain notebook display settings were not properly validated before being applied. As a result, a crafted settings file could contain hidden instruction...

8.6CVSS5.5AI score0.00552EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.9 views

mcp-atlassian: Arbitrary file read via missing path validation in confluence_upload_attachment

Summaryconfluenceuploadattachment passes filepath directly to openfilepath, "rb" with no path validation. Any authenticated MCP client — or an AI agent manipulated via prompt injection — can read any file the server process can access and exfiltrate it to Confluence as an attachment. DetailsRoot...

7.7CVSS5.4AI score0.00327EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3683 mcp-atlassian: Arbitrary file read via missing path validation in confluence_upload_attachment

Summary confluenceuploadattachment passes filepath directly to openfilepath, "rb" with no path validation. Any authenticated MCP client — or an AI agent manipulated via prompt injection — can read any file the server process can access and exfiltrate it to Confluence as an attachment. Details Roo...

7.7CVSS5.4AI score0.00327EPSS
SaveExploits0References7
GithubExploit
GithubExploit
added 2026/08/19 11:55 a.m.21 views

Exploit for CVE-2026-64564

CVE-2026-64564: SCTPhantom - Local Privilege Escalation LPE...

9.8CVSS5.5AI score0.00495EPSS
SaveExploits2
The Hacker News
The Hacker News
added 2026/08/19 11:34 a.m.10 views

Hackers Compromised 14,500+ Dahua Devices Using Credential Attacks, Auth Bypasses, and P2P

Cybersecurity researchers at Hunt.io have disclosed details of a campaign that they say compromised more than 14,530 Dahua devices between June 17 and July 22, 2026, using credential attacks, two authentication-bypass flaws, and a peer-to-peer P2P relay technique. The activity, codenamed Operatio...

10CVSS8.1AI score0.99871EPSS
SaveExploits13
GithubExploit
GithubExploit
added 2026/08/19 11:30 a.m.14 views

Exploit for Eval Injection in Xwiki

CVE-2025-24893 - XWiki SolrSearch SSTI to unauthenticated RCE...

9.8CVSS8.5AI score0.99864EPSS
SaveExploits52
The Hacker News
The Hacker News
added 2026/08/19 11:30 a.m.8 views

Phishing 3.0: The Fight Moves to Agent Versus Agent

Most email defenses still do the job they did a decade ago. Scan the message, look for something malicious, block it. That worked when the danger sat in the payload, a bad link or an attachment. It stopped working when the danger moved into the message's intent, and it is failing now that the...

6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2026/08/19 11:01 a.m.22 views

Critical macOS, SharePoint, vCenter, and Microsoft IKE Flaws Under Active Exploitation

The U.S. Cybersecurity and Infrastructure Security Agency CISA on Tuesday added four critical vulnerabilities to its Known Exploited Vulnerabilities KEV catalog, stating they are being exploited in the wild. The shortcomings added to the KEV catalog are listed below - CVE-2026-65400 CVSS score: 9...

9.8CVSS8.5AI score0.77898EPSS
SaveExploits7
Malwarebytes
Malwarebytes
added 2026/08/19 10:55 a.m.14 views

Scammers are using fake crypto AML checkers to drain your wallet

Scammers are creating fake crypto wallet-checking sites that promise to tell you whether a wallet is linked to suspicious activity. Instead, they try to trick you into giving them access to your crypto. What real AML checking looks like AML stands for anti-money laundering. These are rules that...

5.6AI score
SaveExploits0
Rows per page
Query Builder