Lucene search
+L

40 matches found

CVE
CVE
added 2026/08/27 6:32 p.m.39 views

CVE-2026-81525

CVE-2026-81525 is a cross-tenant database retargeting vulnerability in the MongoDB client library for PHP (mongo-php-library and mongo-php-driver). The root cause is insufficient sanitization of dot and NUL characters in application-supplied namespace identifiers, allowing an attacker with low pr...

8.6CVSS5.4AI score0.00273EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/27 6:32 p.m.33 views

CVE-2026-81525 Cross-tenant database retargeting via dot/NUL injection in namespace strings in the PHP Driver

The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations...

8.6CVSS0.00273EPSS
SaveExploits0References5
MongoDB
MongoDB
added 2026/08/27 6:32 p.m.18 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in the PHP Driver

The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations...

8.6CVSS5.9AI score0.00273EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2026/08/27 6:32 p.m.11 views

CVE-2026-81525 Cross-tenant database retargeting via dot/NUL injection in namespace strings in the PHP Driver

The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations...

8.6CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/08/27 6:32 p.m.21 views

CVE-2026-81524

MongoDB C Driver is vulnerable to cross-tenant database retargeting caused by dot and NUL injection in namespace strings. Special characters in caller-supplied database and collection name components pass without sanitization when the driver composes the target namespace, allowing an application ...

5.4CVSS5.4AI score0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 6:32 p.m.17 views

CVE-2026-81524 Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C Driver

A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have...

5.3CVSS5.9AI score
SaveExploits0References4
MongoDB
MongoDB
added 2026/08/27 6:32 p.m.42 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C Driver

A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have...

5.4CVSS5.9AI score0.00156EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/27 6:32 p.m.35 views

CVE-2026-81524 Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C Driver

A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have...

5.4CVSS0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 6:32 p.m.37 views

CVE-2026-81523 Cross-tenant database retargeting via dot/NUL injection in namespace strings in libmongocrypt

A missing input-validation issue in MongoDB libmongocrypt's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The resulting impact is limited to incorrect schema selection, which may lead to limited disclosure or modification of...

4.4CVSS0.00074EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/27 6:32 p.m.22 views

CVE-2026-81523

A missing input-validation flaw in MongoDB libmongocrypt 's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The CVELIST record further specifies the mechanism as dot/NUL injection in namespace strings, enabling cross-tenant data...

4.4CVSS5.2AI score0.00074EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 6:32 p.m.10 views

CVE-2026-81523 Cross-tenant database retargeting via dot/NUL injection in namespace strings in libmongocrypt

A missing input-validation issue in MongoDB libmongocrypt's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The resulting impact is limited to incorrect schema selection, which may lead to limited disclosure or modification of...

2CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/27 6:32 p.m.38 views

CVE-2026-81522 Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C++ Driver

A weakness in the MongoDB C++ Driver's handling of caller-supplied namespace identifiers allows special characters embedded in those identifiers. An application that builds a namespace identifier from untrusted input without validating it may therefore have its operation directed at a different...

8.6CVSS0.00265EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/27 6:32 p.m.29 views

CVE-2026-81522

CVE-2026-81522 affects the MongoDB C++ Driver and involves improper handling of caller-supplied namespace identifiers. The root cause is that special characters—specifically dot and NUL characters —embedded in those identifiers can cause an application's operation to be directed at a different da...

8.6CVSS5.3AI score0.00265EPSS
SaveExploits0References2
MongoDB
MongoDB
added 2026/08/27 6:31 p.m.12 views

Cross-database write retargeting via unvalidated dotted database name in Client.BulkWrite in the MongoDB Go Driver

The MongoDB Go Driver's client-level bulk write operation may accept a caller-supplied database name containing a reserved separator character without escaping it before the name is used to build the target namespace for the operation. An application that passes untrusted input as a database name...

7.1CVSS5.9AI score0.00203EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/27 6:31 p.m.28 views

CVE-2026-81521

CVE-2026-81521 affects the MongoDB Go Driver's Client.BulkWrite API . When a caller-supplied database name contains a reserved separator character (dot) that is not escaped before being used to build the target namespace, a write operation can be redirected to an unintended database and collectio...

7.1CVSS5.4AI score0.00203EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 6:31 p.m.33 views

CVE-2026-81521 Cross-database write retargeting via unvalidated dotted database name in Client.BulkWrite in the MongoDB Go Driver

The MongoDB Go Driver's client-level bulk write operation may accept a caller-supplied database name containing a reserved separator character without escaping it before the name is used to build the target namespace for the operation. An application that passes untrusted input as a database name...

7.1CVSS0.00203EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 2:23 p.m.26 views

CVE-2026-58439

A flaw was found in Gitea. This vulnerability allows an attacker to bypass branch protection by retargeting a Pull Request PR that has a stale 'official' approval flag. This could lead to unauthorized code being merged into a protected branch, compromising code integrity. Mitigation Mitigation fo...

8.1CVSS5.1AI score0.00284EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/13 5:17 p.m.11 views

CVE-2026-58439

Branch Protection Bypass via PR Retargeting Preserves Stale official Approval Flag...

8.1CVSS0.00284EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 4:44 p.m.10 views

CVE-2026-58439 Branch Protection Bypass via PR Retargeting Preserves Stale `official` Approval Flag

Branch Protection Bypass via PR Retargeting Preserves Stale official Approval Flag...

5.6AI score0.00284EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/13 4:44 p.m.75 views

CVE-2026-58439

CVE-2026-58439 describes a branch protection bypass in go-gitea/gitea caused by PR retargeting that preserves a stale official approval flag. The vulnerability enables bypass of branch protection checks, with impact described as high (I) and high (A) in the CVSS metrics, and exploitation noted as...

8.1CVSS5.7AI score0.00284EPSS
SaveExploits0References3
Rows per page
Query Builder