Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-29042
HistoryMar 22, 2024 - 4:46 p.m.

CVE-2024-29042 Translate Cache Poisoning Vulnerability

2024-03-2216:46:21
CWE-20
GitHub_M
github.com
4
vulnerability
cache poisoning
translate package
node.js
browser
attack
cache key
version 3.0.0

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

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

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

Translate is a package that allows users to convert text to different languages on Node.js and the browser. Prior to version 3.0.0, an attacker controlling the second variable of the translate function is able to perform a cache poisoning attack. They can change the outcome of translation requests made by subsequent users. The opt.id parameter allows the overwriting of the cache key. If an attacker sets the id variable to the cache key that would be generated by another user, they can choose the response that user gets served. Version 3.0.0 fixes this issue.

CNA Affected

[
  {
    "vendor": "franciscop",
    "product": "translate",
    "versions": [
      {
        "version": "< 3.0.0",
        "status": "affected"
      }
    ]
  }
]

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:franciscop:translate:*:*:*:*:*:*:*:*"
    ],
    "vendor": "franciscop",
    "product": "translate",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "3.0.0",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

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

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-29042