Lucene search

K
vulnrichmentHackeroneVULNRICHMENT:CVE-2023-46809
HistorySep 07, 2024 - 4:03 p.m.

CVE-2023-46809

2024-09-0716:03:32
hackerone
github.com
13
node.js
openssl
marvin attack
pkcs #1 v1.5 padding
rsa decryption
private key

AI Score

6.4

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:nodejs:nodejs:*:*:*:*:*:*:*:*"
    ],
    "vendor": "nodejs",
    "product": "nodejs",
    "versions": [
      {
        "status": "affected",
        "version": "18.0",
        "versionType": "semver",
        "lessThanOrEqual": "18.19.0"
      },
      {
        "status": "affected",
        "version": "20.0",
        "versionType": "semver",
        "lessThanOrEqual": "20.11.0"
      },
      {
        "status": "affected",
        "version": "21.0",
        "versionType": "semver",
        "lessThanOrEqual": "21.6.0"
      }
    ],
    "defaultStatus": "unaffected"
  }
]