Bug 2533595 (CVE-2026-17495) - CVE-2026-17495 moment: Moment: Path Traversal via crafted non-string input to locale function
Summary: CVE-2026-17495 moment: Moment: Path Traversal via crafted non-string input to...
Keywords:
Status: NEW
Alias: CVE-2026-17495
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2537785 2537786 2537787 2537788 2537789 2537790 2537791 2537792 2537793 2537794 2537795 2537796 2537797
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-15 05:51 UTC by OSIDB Bzimport
Modified: 2026-09-22 09:22 UTC (History)
111 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-15 05:51:27 UTC
moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. In versions 2.29.2 through 2.30.1, a specially crafted non-string object passed to moment.locale() can bypass the locale-name path-traversal guard. The guard assumes the input is a string, so an object whose match() method satisfies the check while its toString() returns a traversal path reaches an internal require() call with attacker-controlled path segments. This is an incomplete fix for CVE-2022-24785 and primarily affects npm (server-side) users that pass user-provided input directly to moment.locale(). The issue is fixed in moment 2.31.0, and users should upgrade to 2.31.0 or later. As a workaround, validate that any user-supplied input is a string before passing it to moment.locale().


Note You need to log in before you can comment on or make changes to this bug.