Lucene search

K
cveGitHub_MCVE-2023-22467
HistoryJan 04, 2023 - 10:15 p.m.

CVE-2023-22467

2023-01-0422:15:09
CWE-1333
GitHub_M
web.nvd.nist.gov
217
luxon
javascript
date and time library
cve-2023-22467
nvd
security vulnerability

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

AI Score

7.3

Confidence

High

EPSS

0.008

Percentile

81.4%

Luxon is a library for working with dates and times in JavaScript. On the 1.x branch prior to 1.38.1, the 2.x branch prior to 2.5.2, and the 3.x branch on 3.2.1, Luxon’s `DateTime.fromRFC2822() has quadratic (N^2) complexity on some specific inputs. This causes a noticeable slowdown for inputs with lengths above 10k characters. Users providing untrusted data to this method are therefore vulnerable to (Re)DoS attacks. This issue also appears in Moment as CVE-2022-31129. Versions 1.38.1, 2.5.2, and 3.2.1 contain patches for this issue. As a workaround, limit the length of the input.

Affected configurations

Nvd
Vulners
Node
momentjsluxonRange1.0.01.28.1node.js
OR
momentjsluxonRange2.0.02.5.2node.js
OR
momentjsluxonRange3.0.03.2.1node.js
VendorProductVersionCPE
momentjsluxon*cpe:2.3:a:momentjs:luxon:*:*:*:*:*:node.js:*:*

CNA Affected

[
  {
    "vendor": "moment",
    "product": "luxon",
    "versions": [
      {
        "version": ">= 1.0.0, < 1.38.1",
        "status": "affected"
      },
      {
        "version": ">= 2.0.0, < 2.5.2",
        "status": "affected"
      },
      {
        "version": ">= 3.0.0, < 3.2.1",
        "status": "affected"
      }
    ]
  }
]

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

AI Score

7.3

Confidence

High

EPSS

0.008

Percentile

81.4%