Lucene search
+L

176883 matches found

Cvelist
Cvelist
added 2026/08/25 3:21 p.m.32 views

CVE-2026-55536 Browser Server WebSocket origin validation bypass via unanchored regex (patch bypass of CVE-2026-40289 / GHSA-8x8f-54wf-vv92)

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, Browser Server handleconnection checks Chrome extension origins with re.match and the unanchored expression chrome-extension://a-z0-932. Extra trailing characters pass before websocket.accept, allowing startsession commands and...

9.1CVSS0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:21 p.m.6 views

CVE-2026-55536 Browser Server WebSocket origin validation bypass via unanchored regex (patch bypass of CVE-2026-40289 / GHSA-8x8f-54wf-vv92)

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, Browser Server handleconnection checks Chrome extension origins with re.match and the unanchored expression chrome-extension://a-z0-932. Extra trailing characters pass before websocket.accept, allowing startsession commands and...

9.1CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:18 p.m.4 views

GHSA-PVPH-5J39-V8QC PraisonAI: Origin-validation bypass (startswith prefix match) enables unauthenticated cross-site request forgery against the PraisonAI MCP HTTP server

Summary The PraisonAI MCP server exposes an HTTP-stream transport praisonai mcp serve --transport http-stream that binds to localhost and, by default, has no API key. Its only access control for browser-originated requests is an Origin allowlist, which the code implements as required by the MCP...

7.6CVSS5.7AI score0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 3:17 p.m.7 views

EUVD-2026-65544

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, MCP HTTP Stream validateorigin uses requestorigin.startswithallowed, allowing the attacker-controlled localhost.attacker.com HTTP origin to satisfy the localhost allowlist. A webpage can send Content-Type: text/plain requests...

7.6CVSS5.3AI score0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:17 p.m.8 views

CVE-2026-55532 PraisonAI: Origin-validation bypass (startswith prefix match) enables unauthenticated cross-site request forgery against the PraisonAI MCP HTTP server

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, MCP HTTP Stream validateorigin uses requestorigin.startswithallowed, allowing the attacker-controlled localhost.attacker.com HTTP origin to satisfy the localhost allowlist. A webpage can send Content-Type: text/plain requests...

7.6CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 3:17 p.m.30 views

CVE-2026-55532 PraisonAI: Origin-validation bypass (startswith prefix match) enables unauthenticated cross-site request forgery against the PraisonAI MCP HTTP server

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, MCP HTTP Stream validateorigin uses requestorigin.startswithallowed, allowing the attacker-controlled localhost.attacker.com HTTP origin to satisfy the localhost allowlist. A webpage can send Content-Type: text/plain requests...

7.6CVSS0.00128EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 3:17 p.m.22 views

CVE-2026-55532

PraisonAI is a multi-agent teams system. Prior to version 4.6.58 , the MCP HTTP Stream _validate_origin function uses request_origin.startswith(allowed), which allows an attacker-controlled origin such as localhost.attacker.com to satisfy a localhost allowlist entry. This enables an unauthenticat...

7.6CVSS5.3AI score0.00128EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 3:16 p.m.9 views

CVE-2026-55537

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, JobSubmitRequest.validatewebhookurl accepts webhookurl when resolution raises socket.gaierror because the exception path uses except socket.gaierror: pass. JobExecutor.sendwebhook later performs a fresh lookup, allowing DNS chang...

7.1CVSS0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 3:16 p.m.9 views

CVE-2026-55535

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, the Jobs API validatewebhookurl path fails open on socket.gaierror and does not bind the validated address to the later request. An attacker webhookurl can later resolve to 127.0.0.1, 169.254.169.254, or another internal address...

6.8CVSS0.00219EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 3:16 p.m.8 views

CVE-2026-55526

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS0.00205EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 3:16 p.m.9 views

CVE-2026-55529

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, the MCP HTTP Stream validateorigin method accepts requestorigin.startswithallowed, so the attacker-controlled localhost.evil.example HTTP origin matches the localhost allowlist. Without an API key, a malicious webpage can submit...

6.9CVSS0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 3:15 p.m.8 views

EUVD-2025-210774

Nokogiri before 1.18.3 contains a stack buffer overflow vulnerability in libxml2 when reporting DTD validation errors with long QName prefixes, and a use-after-free vulnerability during validation against untrusted XML Schemas. Attackers can trigger these vulnerabilities by providing malicious DT...

9.8CVSS6AI score0.00418EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:15 p.m.4 views

CVE-2025-71407 Nokogiri before 1.18.3 Stack Buffer Overflow and Use-After-Free

Nokogiri before 1.18.3 contains a stack buffer overflow vulnerability in libxml2 when reporting DTD validation errors with long QName prefixes, and a use-after-free vulnerability during validation against untrusted XML Schemas. Attackers can trigger these vulnerabilities by providing malicious DT...

9.3CVSS6.2AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 3:15 p.m.35 views

CVE-2025-71407

...

0.00418EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/25 3:15 p.m.7 views

CVE-2025-71407

...

5.8AI score0.00418EPSS
SaveExploits0
CVE
CVE
added 2026/08/25 3:15 p.m.35 views

CVE-2025-71407

Nokogiri (Ruby gem for parsing HTML/XML) versions before 1.18.3 are affected by two vulnerabilities in its bundled libxml2 library: a stack buffer overflow when reporting DTD validation errors with long (~3 KB) QName prefixes, and a use-after-free during validation against untrusted XML Schemas. ...

6AI score0.00418EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/25 3:15 p.m.10 views

CVE-2025-71407

Removed by vendor...

5.8AI score0.00418EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/25 3:15 p.m.8 views

EUVD-2025-210772

Nokogiri before 1.18.8 packages a vulnerable version of libxml2 before 2.13.8 that contains a heap-based buffer under-read CVE-2025-32415 in the xmlSchemaIDCFillNodeTables function in xmlschemas.c. The issue can be triggered when validating against an untrusted XML Schema, or when validating...

8.7CVSS5.6AI score0.0018EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 3:15 p.m.13 views

CVE-2025-71346

Nokogiri before 1.18.8 packages a vulnerable version of libxml2 (before 2.13.8), introducing a heap-based buffer under-read in the xmlSchemaIDCFillNodeTables function in xmlschemas.c. The flaw is triggered when validating against an untrusted XML Schema, or when validating untrusted documents aga...

5.6AI score0.0018EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/25 3:15 p.m.6 views

EUVD-2024-55732

Nokogiri before 1.15.6 and 1.16.x before 1.16.2 CRuby, when using the packaged libxml2 is affected by a use-after-free vulnerability in libxml2 CVE-2024-25062 in the xmlTextReader module, which underlies Nokogiri::XML::Reader. When using the XML Reader interface with DTD validation and XInclude...

9.8CVSS5.4AI score0.00342EPSS
SaveExploits0References3
Rows per page
Query Builder