ghsa-qvqm-h22r-4cp9
Vulnerability from github
Published
2022-05-14 00:56
Modified
2024-06-10 18:48
Severity ?
Summary
Laravel Framework RCE Vulnerability
Details
In Laravel Framework through 5.5.40 and 5.6.x through 5.6.29, remote code execution might occur as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. This involves the decrypt method in Illuminate/Encryption/Encrypter.php
and PendingBroadcast in gadgetchains/Laravel/RCE/3/chain.php
in phpggc. The attacker must know the application key, which normally would never occur, but could happen if the attacker previously had privileged access or successfully accomplished a previous attack.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "laravel/framework" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "5.5.40" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "laravel/framework" }, "ranges": [ { "events": [ { "introduced": "5.6.0" }, { "last_affected": "5.6.29" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-15133" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2023-07-22T00:13:29Z", "nvd_published_at": "2018-08-09T19:29:00Z", "severity": "HIGH" }, "details": "In Laravel Framework through 5.5.40 and 5.6.x through 5.6.29, remote code execution might occur as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. This involves the decrypt method in `Illuminate/Encryption/Encrypter.php` and PendingBroadcast in `gadgetchains/Laravel/RCE/3/chain.php` in phpggc. The attacker must know the application key, which normally would never occur, but could happen if the attacker previously had privileged access or successfully accomplished a previous attack.", "id": "GHSA-qvqm-h22r-4cp9", "modified": "2024-06-10T18:48:50Z", "published": "2022-05-14T00:56:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15133" }, { "type": "PACKAGE", "url": "https://github.com/laravel/framework" }, { "type": "WEB", "url": "https://laravel.com/docs/5.6/upgrade#upgrade-5.6.30" }, { "type": "WEB", "url": "http://packetstormsecurity.com/files/153641/PHP-Laravel-Framework-Token-Unserialize-Remote-Command-Execution.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Laravel Framework RCE Vulnerability" }
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.