ghsa-g643-xq6w-r67c
Vulnerability from github
Published
2024-09-30 09:30
Modified
2024-12-12 19:25
Severity ?
VLAI Severity ?
Summary
Deserialization of Untrusted Data vulnerability in Apache Lucene Replicator.
Details
This issue affects Apache Lucene's replicator module: from 4.4.0 before 9.12.0. The deprecated org.apache.lucene.replicator.http package is affected. The org.apache.lucene.replicator.nrt package is not affected.
Users are recommended to upgrade to version 9.12.0, which fixes the issue.
The deserialization can only be triggered if users actively deploy an network-accessible implementation and a corresponding client using a HTTP library that uses the API (e.g., a custom servlet and HTTPClient). Java serialization filters (such as -Djdk.serialFilter='!*' on the commandline) can mitigate the issue on vulnerable versions without impacting functionality.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.lucene:lucene-replicator" }, "ranges": [ { "events": [ { "introduced": "4.4.0" }, { "fixed": "9.12.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-45772" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2024-09-30T21:46:44Z", "nvd_published_at": "2024-09-30T09:15:02Z", "severity": "MODERATE" }, "details": "This issue affects Apache Lucene\u0027s replicator module: from 4.4.0 before 9.12.0.\nThe deprecated org.apache.lucene.replicator.http package is affected.\nThe org.apache.lucene.replicator.nrt package is not affected.\n\nUsers are recommended to upgrade to version 9.12.0, which fixes the issue.\n\nThe deserialization can only be triggered if users actively deploy an network-accessible implementation and a corresponding client using a HTTP library that uses the API (e.g., a custom servlet and HTTPClient). Java serialization filters (such as -Djdk.serialFilter=\u0027!*\u0027 on the commandline) can mitigate the issue on vulnerable versions without impacting functionality.", "id": "GHSA-g643-xq6w-r67c", "modified": "2024-12-12T19:25:02Z", "published": "2024-09-30T09:30:47Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45772" }, { "type": "PACKAGE", "url": "https://gitbox.apache.org/repos/asf?p=lucene.git" }, { "type": "WEB", "url": "https://lists.apache.org/thread/3f3oph7bqnqspb9q5p0gm5mgc1b6thjo" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/09/29/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Deserialization of Untrusted Data vulnerability in Apache Lucene Replicator." }
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…