Skip to content

GHSA-h2g7-2gxh-c5v2

CVE Information

Impact

An integer wraparound in an allocation size calculation in the BSON library's JSON parsing code can cause a buffer to be released while a following copy operation still writes through the stale pointer. On builds where sizes are 32 bits, an unauthenticated party able to supply a sufficiently large JSON input to an application that links the library may cause that application to terminate unexpectedly, resulting in denial of service.

Patches

Fixed in 1.30.9 and 2.5.1.

Workarounds

Check length of input JSON prior to parsing.

References

https://jira.mongodb.org/browse/CDRIVER-6405