Lucene search
+L

176883 matches found

NVD
NVD
added 2026/08/25 4:16 p.m.10 views

CVE-2024-58378

Rejected reason: This CVE ID has been rejected as a duplicate...

0.00342EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/08/25 4:16 p.m.12 views

CVE-2025-71407

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...

6.1AI score0.00418EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/25 4:16 p.m.11 views

CVE-2024-58378

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...

5.9AI score0.00342EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 4:16 p.m.10 views

CVE-2025-71346

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...

6.1AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 4:16 p.m.7 views

UBUNTU-CVE-2024-58378

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.9AI score0.00342EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 4:16 p.m.9 views

UBUNTU-CVE-2025-71346

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.7CVSS6AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 4:16 p.m.8 views

UBUNTU-CVE-2025-71407

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.8CVSS6.2AI score0.00418EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/25 4:05 p.m.25 views

CVE-2026-13478

CVE-2026-13478 is an out-of-bounds read in the Zephyr RTOS ext2 filesystem driver. During mount, ext2_init_fs() passes the superblock's s_blocks_count (unbounded) to ext2_bitmap_count_set(), which then reads up to ~512 MB past the single block-size bitmap buffer when a crafted image specifies an ...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 4:05 p.m.6 views

EUVD-2026-65599

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 4:05 p.m.6 views

EUVD-2026-65597

The virtio PCI driver drivers/virtio/virtiopci.c parses a device's PCI capability list during driver initialization. In virtiopcireadcap the device-supplied capability length byte caplen read from PCI config space via pcieconfread was only checked with asserttmp.caplen == capstructsize. That asse...

6.1CVSS6.3AI score0.00181EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/25 4:03 p.m.10 views

CVE-2026-79785 X-AnyLabeling before 4.0.0-beta.9 Improper Certificate Validation in Model Downloads

X-AnyLabeling's model downloader disabled TLS certificate verification. downloadwithretry in anylabeling/services/autolabeling/model.py built a context with ssl.createunverifiedcontext and passed it to urllib.request.urlopen, so neither the certificate chain nor the hostname was checked on any...

8.2CVSS5.4AI score0.00176EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/25 4:03 p.m.14 views

CVE-2026-79785

X-AnyLabeling's model downloader disabled TLS certificate verification by calling ssl._create_unverified_context() in download_with_retry (within anylabeling/services/auto_labeling/model.py), so neither the certificate chain nor hostname was validated when fetching models over HTTPS. An attacker ...

8.2CVSS5.4AI score0.00176EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/25 4:03 p.m.30 views

CVE-2026-79785 X-AnyLabeling before 4.0.0-beta.9 Improper Certificate Validation in Model Downloads

X-AnyLabeling's model downloader disabled TLS certificate verification. downloadwithretry in anylabeling/services/autolabeling/model.py built a context with ssl.createunverifiedcontext and passed it to urllib.request.urlopen, so neither the certificate chain nor the hostname was checked on any...

8.2CVSS0.00176EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/25 4:03 p.m.6 views

CVE-2026-79785 X-AnyLabeling before 4.0.0-beta.9 Improper Certificate Validation in Model Downloads

X-AnyLabeling's model downloader disabled TLS certificate verification. downloadwithretry in anylabeling/services/autolabeling/model.py built a context with ssl.createunverifiedcontext and passed it to urllib.request.urlopen, so neither the certificate chain nor the hostname was checked on any...

8.2CVSS5.7AI score
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/08/25 3:52 p.m.10 views

utcp-gql SSRF: CVE-2026-44661 fix not applied to the GraphQL and WebSocket plugins

Summary The fix for CVE-2026-44661 commit 5b16e43 added the ensuresecureurl / issecureurl helpers and wired them into the three HTTP-family plugins, but it did not reach the GraphQL or WebSocket plugins. The GraphQL plugin utcp-gql still uses the startswith prefix check that the fix explicitly...

6.5CVSS6.2AI score0.00228EPSS
SaveExploits0References9Affected Software2
OSV
OSV
added 2026/08/25 3:52 p.m.5 views

GHSA-PPX3-28RW-8FPF utcp-gql SSRF: CVE-2026-44661 fix not applied to the GraphQL and WebSocket plugins

Summary The fix for CVE-2026-44661 commit 5b16e43 added the ensuresecureurl / issecureurl helpers and wired them into the three HTTP-family plugins, but it did not reach the GraphQL or WebSocket plugins. The GraphQL plugin utcp-gql still uses the startswith prefix check that the fix explicitly...

4.7CVSS6.3AI score0.00228EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/25 3:37 p.m.9 views

CVE-2026-73423

A flaw was found in Astro. The composable astro/hono pipeline can bypass origin checks, which are designed to prevent unauthorized cross-site requests. This occurs because the security.checkOrigin mechanism is not consistently applied when middleware is absent or misordered in the pipeline. A...

5.1CVSS5.3AI score0.00182EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/25 3:22 p.m.9 views

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

Summary praisonai/browser/server.py validates incoming WebSocket connections using a Chrome extension Origin check. The regex chrome-extension://a-z0-932 is applied with re.match, which only anchors at the start of the string, not the end. Any Origin header with more than 32 alphanumeric characte...

9.1CVSS6.1AI score0.00356EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/08/25 3:21 p.m.6 views

EUVD-2026-65545

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.3AI score0.00291EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 3:21 p.m.21 views

CVE-2026-55536

PraisonAI , a multi-agent teams system, contains a patch bypass (of CVE-2026-40289) in its Browser Server _handle_connection() method. The origin validation uses re.match() with the unanchored pattern chrome-extension://[a-z0-9]{32}, so extra trailing characters are ignored, allowing an attacker ...

9.1CVSS5.3AI score0.00291EPSS
SaveExploits0References3
Rows per page
Query Builder