Lucene search

K
cvelistGitHub_MCVELIST:CVE-2024-34712
HistoryMay 14, 2024 - 2:32 p.m.

CVE-2024-34712 Oceanic allows unsanitized user input to lead to path traversal in URLs

2024-05-1414:32:06
CWE-23
CWE-22
GitHub_M
www.cve.org
cve-2024-34712
oceanic
nodejs
path traversal
unsanitized user input
url encoding
workaround
encodeuricomponent
security issue

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

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

0.0004 Low

EPSS

Percentile

10.3%

Oceanic is a NodeJS library for interfacing with Discord. Prior to version 1.10.4, input to functions such as Client.rest.channels.removeBan is not url-encoded, resulting in specially crafted input such as ../../../channels/{id} being normalized into the url /api/v10/channels/{id}, and deleting a channel rather than removing a ban. Version 1.10.4 fixes this issue. Some workarounds are available. One may sanitize user input, ensuring strings are valid for the purpose they are being used for. One may also encode input with encodeURIComponent before providing it to the library.

CNA Affected

[
  {
    "vendor": "OceanicJS",
    "product": "Oceanic",
    "versions": [
      {
        "version": "< 1.10.4",
        "status": "affected"
      }
    ]
  }
]

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

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

0.0004 Low

EPSS

Percentile

10.3%

Related for CVELIST:CVE-2024-34712