AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-19729

HIGH · CVSS 7.5 EPSS 1.08% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-12-11 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2019-19729
Severity
HIGH
CVSS
7.5
EPSS
1.08%

Original NVD Description

An issue was discovered in the BSON ObjectID (aka bson-objectid) package 1.3.0 for Node.js. ObjectID() allows an attacker to generate a malformed objectid by inserting an additional property to the user-input, because bson-objectid will return early if it detects _bsontype==ObjectID in the user-input object. As a result, objects in arbitrary forms can bypass formatting if they have a valid bsontype.