Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-42334

28
FAUCET Score

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.9, 7.8.9, 8.22.1, and 9.1.6, a vulnerability allows bypassing Mongoose’s sanitizeFilter query sanitization mechanism via the $nor operator. When sanitizeFilter is enabled, Mongoose wraps query operators in $eq to neutralize them. However, prior to the fix, $nor was not included in the set of logical operators that are recursively sanitized. Because $nor accepts an array (like $and and $or), and arrays do not trigger hasDollarKeys(), malicious operators such as $ne, $gt, or $regex could be injected inside a $nor clause without being sanitized. This vulnerability is fixed in 6.13.9, 7.8.9, 8.22.1, and 9.1.6.

First published: May 14, 2026Last modified: May 14, 2026

Impacted Technologies

VendorProductVersion(s)CPE
< 6.13.9CPE matchmatch criteria
cpe:2.3:a:mongoosejs:mongoose:*:*:*:*:*:node.js:*:*
>= 7.0.0, < 7.8.9CPE matchmatch criteria
cpe:2.3:a:mongoosejs:mongoose:*:*:*:*:*:node.js:*:*
>= 8.0.0, < 8.22.1CPE matchmatch criteria
cpe:2.3:a:mongoosejs:mongoose:*:*:*:*:*:node.js:*:*
>= 9.0.0, < 9.1.6CPE matchmatch criteria
cpe:2.3:a:mongoosejs:mongoose:*:*:*:*:*:node.js:*:*

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
NONE
Availability Impact
NONE
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.27%
Probability of exploitation in next 30 days
EPSS Percentile
19.5%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0027 is in the 4th percentile among its peer group of 51,506 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (5)

npmpatch availablevia ghsa
Product: mongooseFixed in: 6.13.9
npmpatch availablevia ghsa
Product: mongooseFixed in: 7.8.9
npmpatch availablevia ghsa
Product: mongooseFixed in: 8.22.1
npmpatch availablevia ghsa
Product: mongooseFixed in: 9.1.6
github_advisoryworkaround availablevia nvd_reference
View patch

Vendor Advisories (1)

npmGHSA-wpg9-53fq-2r8hhigh

Mongoose's Improper Sanitization of $nor in sanitizeFilter May Allow NoSQL Injection

May 5, 2026

References

github.com / Automattic/mongoose/security/advisories/GHSA-wpg9-53fq-2r8h
MitigationVendor Advisory