Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.7 and 8.6.33, when multi-factor authentication (MFA) via TOTP is enabled for a user account, Parse Server generates two single-use recovery codes. These codes are intended as a fallback when the user cannot provide a TOTP token. However, recovery codes are not consumed after use, allowing the same recovery code to be used an unlimited number of times. This defeats the single-use design of recovery codes and weakens the security of MFA-protected accounts. An attacker who obtains a single recovery code can repeatedly authenticate as the affected user without the code ever being invalidated. This vulnerability is fixed in 9.6.0-alpha.7 and 8.6.33.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-672"
],
"unresolved_ranges": [
{
"extracted_events": [
{
"introduced": ">= 9.0.0 < 9.6.0-alpha.7"
},
{
"last_affected": ">= 9.0.0 < 9.6.0-alpha.7"
}
],
"source": "AFFECTED_FIELD"
}
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31875.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "8.6.33"
},
{
"introduced": "9.0.0"
},
{
"fixed": "9.6.0"
}
],
"cpe": "cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*",
"source": [
"CPE_RANGE",
"REFERENCES"
]
}