GHSA-87MP-XC4X-X8RH
Vulnerability from github – Published: 2024-05-15 17:47 – Updated: 2024-05-15 17:47
VLAI
Summary
asymmetricrypt/asymmetricrypt Padding Oracle Vulnerability in RSA Encryption
Details
The encryption and decryption process were vulnerable against the Bleichenbacher's attack, which is a padding oracle vulnerability disclosed in the 98'. The issue was about the wrong padding utilized, which allowed to retrieve the encrypted content. The OPENSSL_PKCS1_PADDING version, aka PKCS v1.5 was vulnerable (is the one set by default when using openssl_* methods), while the PKCS v2.0 isn't anymore (it's also called OAEP).
A fix for this vulnerability was merged at https://github.com/Cosmicist/AsymmetriCrypt/pull/5/commits/a0318cfc5022f2a7715322dba3ff91d475ace7c6.
{
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "asymmetricrypt/asymmetricrypt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.3.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [
"CWE-327"
],
"github_reviewed": true,
"github_reviewed_at": "2024-05-15T17:47:31Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "The encryption and decryption process were vulnerable against the Bleichenbacher\u0027s attack, which is a padding oracle vulnerability disclosed in the 98\u0027.\nThe issue was about the wrong padding utilized, which allowed to retrieve the encrypted content.\nThe OPENSSL_PKCS1_PADDING version, aka PKCS v1.5 was vulnerable (is the one set by default when using openssl_* methods), while the PKCS v2.0 isn\u0027t anymore (it\u0027s also called OAEP).\n\nA fix for this vulnerability was merged at https://github.com/Cosmicist/AsymmetriCrypt/pull/5/commits/a0318cfc5022f2a7715322dba3ff91d475ace7c6.",
"id": "GHSA-87mp-xc4x-x8rh",
"modified": "2024-05-15T17:47:31Z",
"published": "2024-05-15T17:47:31Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/Cosmicist/AsymmetriCrypt/issues/4"
},
{
"type": "WEB",
"url": "https://github.com/Cosmicist/AsymmetriCrypt/pull/5"
},
{
"type": "PACKAGE",
"url": "https://github.com/Cosmicist/AsymmetriCrypt"
},
{
"type": "WEB",
"url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/asymmetricrypt/asymmetricrypt/2017-11-20.yaml"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "asymmetricrypt/asymmetricrypt Padding Oracle Vulnerability in RSA Encryption"
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…