ghsa-qfwq-6jh6-8xx4
Vulnerability from github
Published
2024-10-24 18:32
Modified
2024-11-06 15:47
Severity ?
7.1 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
7.1 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
7.1 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
VLAI Severity ?
Summary
OpenRefine has a path traversal in LoadLanguageCommand
Details
The load-language command expects a lang
parameter from which it constructs the path of the localization file to load, of the form translations-$LANG.json
.
When doing so, it does not check that the resulting path is in the expected directory, which means that this command could be exploited to read other JSON files on the file system.
The command should be patched by checking that the normalized path is in the expected directory.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.openrefine:openrefine" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.8.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-49760" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2024-10-24T18:32:40Z", "nvd_published_at": "2024-10-24T22:15:04Z", "severity": "HIGH" }, "details": "The load-language command expects a `lang` parameter from which it constructs the path of the localization file to load, of the form `translations-$LANG.json`.\nWhen doing so, it does not check that the resulting path is in the expected directory, which means that this command could be exploited to read other JSON files on the file system.\n\nThe command should be patched by checking that the normalized path is in the expected directory.", "id": "GHSA-qfwq-6jh6-8xx4", "modified": "2024-11-06T15:47:44Z", "published": "2024-10-24T18:32:40Z", "references": [ { "type": "WEB", "url": "https://github.com/OpenRefine/OpenRefine/security/advisories/GHSA-qfwq-6jh6-8xx4" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49760" }, { "type": "WEB", "url": "https://github.com/OpenRefine/OpenRefine/commit/24d084052dc55426fe460f2a17524fd18d28b20c" }, { "type": "PACKAGE", "url": "https://github.com/OpenRefine/OpenRefine" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "OpenRefine has a path traversal in LoadLanguageCommand" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…