Lucene search
+L

36379 matches found

CVE
CVE
added 2026/03/12 9:7 p.m.20 views

CVE-2026-25076

Technical details about CVE-2026-25076 are not publicly provided in the supplied documents; monitor for updates.

8.5CVSS6.1AI score0.00317EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/12 7:35 p.m.33 views

CVE-2026-32240 Cap'n Proto: Integer overflow in KJ-HTTP chunk size

Cap'n Proto is a data interchange format and capability-based RPC system. Prior to 1.4.0, when using Transfer-Encoding: chunked, if a chunk's size parsed to a value of 2^64 or larger, it would be truncated to a 64-bit integer. In theory, this bug could enable HTTP request/response smuggling. This...

6.3CVSS0.00207EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/03/12 7:35 p.m.14 views

CVE-2026-32240

Cap'n Proto is a data interchange format and capability-based RPC system. Prior to 1.4.0, when using Transfer-Encoding: chunked, if a chunk's size parsed to a value of 2^64 or larger, it would be truncated to a 64-bit integer. In theory, this bug could enable HTTP request/response smuggling. This...

6.5CVSS5.3AI score0.00207EPSS
SaveExploits0
EUVD
EUVD
added 2026/03/12 7:35 p.m.9 views

EUVD-2026-11688

Cap'n Proto is a data interchange format and capability-based RPC system. Prior to 1.4.0, when using Transfer-Encoding: chunked, if a chunk's size parsed to a value of 2^64 or larger, it would be truncated to a 64-bit integer. In theory, this bug could enable HTTP request/response smuggling. This...

6.3CVSS5.8AI score0.00207EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/12 7:16 p.m.10 views

CVE-2026-32142

Shopware is an open commerce platform. /api/info/config route exposes information about licenses. This vulnerability is fixed in 7.8.1 and 6.10.15...

5.3CVSS0.00197EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/03/12 6:30 p.m.9 views

EUVD-2019-19810

Inout EasyRooms Ultimate Edition v1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the property1 parameter. Attackers can send POST requests to the search/searchdetailed endpoint with malicious SQL...

8.8CVSS5.9AI score0.00401EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/12 6:17 p.m.4 views

CVE-2026-32142

Shopware is an open commerce platform. /api/info/config route exposes information about licenses. This vulnerability is fixed in 7.8.1 and 6.10.15...

5.3CVSS5.8AI score0.00197EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/12 4:50 p.m.4 views

CVE-2026-28793

Tina is a headless content management system. Prior to 2.1.8, the TinaCMS CLI development server exposes media endpoints that are vulnerable to path traversal, allowing attackers to read and write arbitrary files on the filesystem outside the intended media directory. When running tinacms dev, th...

8.4CVSS5.9AI score0.00203EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/12 4:31 p.m.14 views

CVE-2026-24125

Tina is a headless content management system. Prior to 2.1.2, TinaCMS allows users to create, update, and delete content documents using relative file paths relativePath, newRelativePath via GraphQL mutations. Under certain conditions, these paths are combined with the collection path using...

6.3CVSS5.8AI score0.00426EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/12 3:37 p.m.7 views

CVE-2019-25541 Netartmedia PHP Mall 4.1 Multiple SQL Injection

Netartmedia PHP Mall 4.1 contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to manipulate database queries through unvalidated parameters. Attackers can inject time-based blind SQL payloads via the 'id' parameter in index.php or the 'Email' parameter in...

8.8CVSS5.8AI score0.00373EPSS
SaveExploits1References2
Malwarebytes
Malwarebytes
added 2026/03/12 10:24 a.m.24 views

Microsoft Authenticator could leak login codes—update your app now

A vulnerability in Microsoft Authenticator for both iOS and Android CVE-2026-26123 could leak your one-time sign-in codes or authentication deep links to a malicious app on the same device. Deep links are predefined URIs Uniform Resource Identifiers that allow direct access to an activity in a we...

5.5CVSS5.8AI score0.00603EPSS
SaveExploits0
OSV
OSV
added 2026/03/12 8:39 a.m.36 views

BIT-ENVOY-2026-26309 Envoy has an off-by-one write in JsonEscaper::escapeString()

Envoy is a high-performance edge/middle/service proxy. Prior to 1.37.1, 1.36.5, 1.35.8, and 1.34.13, an off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the...

5.3CVSS5.8AI score0.00365EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/12 12:35 a.m.6 views

Off-by-one Error

Overview Affected versions of this package are vulnerable to Off-by-one Error via the entry.getLastModDate function. An attacker can cause the process or the Node.js server to crash by submitting a malicious zip file containing a malformed NTFS extra field. PoC js // Direct demonstration of the...

6.9CVSS6AI score0.00485EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/12 12:31 a.m.19 views

yauzl contains an off-by-one error

yauzl aka Yet Another Unzip Library version 3.2.0 for Node.js contains an off-by-one error in the NTFS extended timestamp extra field parser within the getLastModDate function. The while loop condition checks cursor data.length + 4 instead of cursor + 4 = data.length, allowing readUInt16LE to rea...

6.9CVSS6AI score0.00485EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/12 12:31 a.m.3 views

GHSA-GMQ8-994R-JV83 yauzl contains an off-by-one error

yauzl aka Yet Another Unzip Library version 3.2.0 for Node.js contains an off-by-one error in the NTFS extended timestamp extra field parser within the getLastModDate function. The while loop condition checks cursor data.length + 4 instead of cursor + 4 = data.length, allowing readUInt16LE to rea...

6.9CVSS6.1AI score0.00485EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.16 views

itsourcecode Online Doctor Appointment System SQL注入漏洞

itsourcecode Online Doctor Appointment System is an open-source online doctor appointment system developed by itsourcecode. Version 1.0 of the system has a SQL injection vulnerability; this vulnerability arises from incorrect handling of the parameter ID in the file admin/doctoraction.php, which...

9.8CVSS7.1AI score0.00379EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/03/12 12:0 a.m.1 views

Fedora 42 : xq (2026-3481aa745b)

The remote Fedora 42 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-3481aa745b advisory. Update to 1.4.0 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested fo...

7.5CVSS6.8AI score0.00617EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.13 views

Nesote Inout EasyRooms SQL注入漏洞

Nesote Inout EasyRooms is a hotel management system developed by Nesote Corporation. Version 1.0 of Nesote Inout EasyRooms has a SQL injection vulnerability. This vulnerability stems from the guests parameter, which allows for SQL injections, potentially enabling unverified attackers to manipulat...

9.1CVSS5.8AI score0.00409EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.14 views

soroban-poseidon 安全漏洞

Soroban-Poseidon is a Poseidon hash function library developed by Stellar for smart contracts. Soroban-Poseidon has a security vulnerability, which stems from Poseidon V1 accepting variable-length inputs without using injective padding, potentially leading to simple hash collisions...

8.7CVSS5.8AI score0.00221EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/12 12:0 a.m.15 views

PT-2026-25040

CVE-2026-32142 Shopware is an open commerce platform. /api/ info/config route exposes information about licenses. This vulnerability is fixed in 7.8.1 and 6.10.15. https://t.co/miVHOhaAoF...

5.3CVSS5.8AI score0.00197EPSS
SaveExploits0References4
Rows per page
Query Builder