ghsa-54mg-vgrp-mwx9
Vulnerability from github
Published
2019-05-14 04:01
Modified
2021-08-04 15:01
Severity ?
VLAI Severity ?
Summary
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Ratpack
Details
Ratpack versions before 1.6.1 generate a session ID using a cryptographically weak PRNG in the JDK's ThreadLocalRandom. This means that if an attacker can determine a small window for the server start time and obtain a session ID value, they can theoretically determine the sequence of session IDs.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "io.ratpack:ratpack-session" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.6.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "io.ratpack:ratpack-java" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.6.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "io.ratpack:ratpack-groovy" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.6.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-11808" ], "database_specific": { "cwe_ids": [ "CWE-338" ], "github_reviewed": true, "github_reviewed_at": "2019-05-14T03:48:09Z", "nvd_published_at": "2019-05-07T07:29:00Z", "severity": "LOW" }, "details": "Ratpack versions before 1.6.1 generate a session ID using a cryptographically weak PRNG in the JDK\u0027s ThreadLocalRandom. This means that if an attacker can determine a small window for the server start time and obtain a session ID value, they can theoretically determine the sequence of session IDs.", "id": "GHSA-54mg-vgrp-mwx9", "modified": "2021-08-04T15:01:30Z", "published": "2019-05-14T04:01:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11808" }, { "type": "WEB", "url": "https://github.com/ratpack/ratpack/issues/1448" }, { "type": "WEB", "url": "https://github.com/ratpack/ratpack/commit/f2b63eb82dd71194319fd3945f5edf29b8f3a42d" }, { "type": "WEB", "url": "https://github.com/ratpack/ratpack/releases/tag/v1.6.1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Ratpack" }
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…