ghsa-7fm6-2qw4-g3x3
Vulnerability from github
Published
2018-10-24 19:46
Modified
2024-03-04 22:24
Severity ?
VLAI Severity ?
Summary
Deserialization of Untrusted Data in Pippo
Details
An issue was discovered in Pippo 1.11.0. The function SerializationSessionDataTranscoder.decode() calls ObjectInputStream.readObject() to deserialize a SessionData object without checking the object types. An attacker can create a malicious object, base64 encode it, and place it in the PIPPO_SESSION field of a cookie. Sending this cookie may lead to remote code execution.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "ro.pippo:pippo-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.12.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-18628" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:22:35Z", "nvd_published_at": null, "severity": "CRITICAL" }, "details": "An issue was discovered in Pippo 1.11.0. The function SerializationSessionDataTranscoder.decode() calls ObjectInputStream.readObject() to deserialize a SessionData object without checking the object types. An attacker can create a malicious object, base64 encode it, and place it in the PIPPO_SESSION field of a cookie. Sending this cookie may lead to remote code execution.", "id": "GHSA-7fm6-2qw4-g3x3", "modified": "2024-03-04T22:24:35Z", "published": "2018-10-24T19:46:20Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18628" }, { "type": "WEB", "url": "https://github.com/pippo-java/pippo/issues/458" }, { "type": "WEB", "url": "https://github.com/pippo-java/pippo/commit/a82347d9d3358e98c89b48579d4285d807a57cc0" }, { "type": "WEB", "url": "https://github.com/pippo-java/pippo/commit/c6b26551a82d2dd32097fcb17c13c3b830916296" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-7fm6-2qw4-g3x3" }, { "type": "PACKAGE", "url": "https://github.com/pippo-java/pippo" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Deserialization of Untrusted Data in Pippo" }
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…