ghsa-fgmr-vx7c-5wj6
Vulnerability from github
Published
2019-09-26 21:30
Modified
2021-07-27 21:51
Severity ?
VLAI Severity ?
Summary
Timing attack on HMAC signature comparison in Apache Tapestry
Details
The code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.tapestry:tapestry-core" }, "ranges": [ { "events": [ { "introduced": "5.4" }, { "fixed": "5.4.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-10071" ], "database_specific": { "cwe_ids": [ "CWE-203", "CWE-697" ], "github_reviewed": true, "github_reviewed_at": "2019-09-23T22:30:40Z", "nvd_published_at": "2019-09-16T18:15:00Z", "severity": "CRITICAL" }, "details": "The code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.", "id": "GHSA-fgmr-vx7c-5wj6", "modified": "2021-07-27T21:51:14Z", "published": "2019-09-26T21:30:34Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10071" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/6e8f42c88da7be3c60aafe3f6a85eb00b4f8b444de26b38d36233a43@%3Cusers.tapestry.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/7a437dad5af7309aba4d01bfc2463b3ac34e6aafaa565381d3a36460@%3Cusers.tapestry.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/bac8d6f9e1b4059b319d9cba6f33219a99b81623476ec896138f851c@%3Cusers.tapestry.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r7d9c54beb1dc97dcccc58d9b5d31f0f7166f9a25ad1beba5f8091e0c@%3Ccommits.tapestry.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r87523dd07886223aa086edc25fe9b8ddb9c1090f7db25b068dc30843@%3Ccommits.tapestry.apache.org%3E" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Timing attack on HMAC signature comparison in Apache Tapestry" }
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…