ghsa-3qfw-5g24-8pmq
Vulnerability from github
Published
2024-10-15 12:30
Modified
2024-10-15 18:30
Severity ?
VLAI Severity ?
Details
The devices are vulnerable to session hijacking due to insufficient entropy in its session ID generation algorithm. The session IDs are predictable, with only 32,768 possible values per user, which allows attackers to pre-generate valid session IDs, leading to unauthorized access to user sessions. This is not only due to the use of an (insecure) rand() function call but also because of missing initialization via srand(). As a result only the PIDs are effectively used as seed.
{ "affected": [], "aliases": [ "CVE-2024-47945" ], "database_specific": { "cwe_ids": [ "CWE-331", "CWE-340" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-10-15T10:15:03Z", "severity": "CRITICAL" }, "details": "The devices are vulnerable to session hijacking due to insufficient \nentropy in its session ID generation algorithm. The session IDs are \npredictable, with only 32,768 possible values per user, which allows \nattackers to pre-generate valid session IDs, leading to unauthorized \naccess to user sessions. This is not only due to the use of an \n(insecure) rand() function call but also because of missing \ninitialization via srand(). As a result only the PIDs are effectively \nused as seed.", "id": "GHSA-3qfw-5g24-8pmq", "modified": "2024-10-15T18:30:49Z", "published": "2024-10-15T12:30:36Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47945" }, { "type": "WEB", "url": "https://r.sec-consult.com/rittaliot" }, { "type": "WEB", "url": "https://www.rittal.com/de-de/products/deep/3124300" } ], "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:N", "type": "CVSS_V3" } ] }
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…