CVE-2026-8200
published 2026-05-13CVE-2026-8200: When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not…
PriorityP429medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
EPSS
0.20%
10.4th percentile
When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted.
This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Affected
8 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mongodb | mongodb | >= 7.0.0 < 7.0.34 | 7.0.34 |
| mongodb | mongodb | >= 8.0.0 < 8.0.23 | 8.0.23 |
| mongodb | mongodb | >= 8.2.0 < 8.2.9 | 8.2.9 |
| mongodb | mongodb | >= 8.3.0 < 8.3.2 | 8.3.2 |
| mongodb_inc | mongodb_server | >= 7.0 < 7.0.34 | 7.0.34 |
| mongodb_inc | mongodb_server | >= 8.0 < 8.0.23 | 8.0.23 |
| mongodb_inc | mongodb_server | >= 8.2 < 8.2.9 | 8.2.9 |
| mongodb_inc | mongodb_server | >= 8.3 < 8.3.2 | 8.3.2 |
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
nvdv4.04.8MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
OpenBao: Transit secrets engine crashes on key creation with `derived: true` for asymmetric key types
ghsa·2026-06-19
CVE-2026-55776 [MEDIUM] CWE-617 OpenBao: Transit secrets engine crashes on key creation with `derived: true` for asymmetric key types
OpenBao: Transit secrets engine crashes on key creation with `derived: true` for asymmetric key types
On OpenBao 2.5.4 and 2.5.2(and likely earlier versions also), an authenticated caller with write access to `transit/keys/*` can crash the OpenBao server by issuing a single key-creation request that combines an asymmetric `type` (`rsa-*`, `ecdsa-*`, `ed25519`)
with `derived: true`. The server returns no HTTP response and the process terminates (exit code 2). This is a remote, low-complexity denial-of-service against the OpenBao server.
Mount the transit engine:
`curl -sS -X POST -H "X-Vault-Token: root" \
-d '{"type":"transit"}' \
http://127.0.0.1:8200/v1/sys/mounts/transit`
Trigger the crash:
`curl -sS -w '\nHTTP %{http_code}\n' -X POST \
-H "X-Vault-Token: root" \
-H "Content-Type:
GHSA
GHSA-595w-9635-gr7c: When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generate
ghsa_unreviewed·2026-05-13
CVE-2026-8200 [MEDIUM] CWE-532 GHSA-595w-9635-gr7c: When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generate
When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted.
This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-05-13
Published