ghsa-v6wr-fch2-vm5w
Vulnerability from github
Published
2018-10-18 17:41
Modified
2023-09-12 14:43
Severity ?
Summary
OrientDB Server Community Edition uses insufficiently random values to generate session IDs
Details
OrientDB Server Community Edition before 2.0.15 and 2.1.x before 2.1.1 improperly relies on the java.util.Random
class for generation of random Session ID values in the server/network/protocol/http/OHttpSessionManager.java
, which makes it easier for remote attackers to predict a value by determining the internal state of the PRNG in this class.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "com.orientechnologies:orientdb-server" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.15" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "com.orientechnologies:orientdb-server" }, "ranges": [ { "events": [ { "introduced": "2.1.0" }, { "fixed": "2.1.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "2.1.0" ] } ], "aliases": [ "CVE-2015-2913" ], "database_specific": { "cwe_ids": [ "CWE-330" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:57:02Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "OrientDB Server Community Edition before 2.0.15 and 2.1.x before 2.1.1 improperly relies on the `java.util.Random` class for generation of random Session ID values in the `server/network/protocol/http/OHttpSessionManager.java`, which makes it easier for remote attackers to predict a value by determining the internal state of the PRNG in this class.", "id": "GHSA-v6wr-fch2-vm5w", "modified": "2023-09-12T14:43:49Z", "published": "2018-10-18T17:41:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2913" }, { "type": "WEB", "url": "https://github.com/orientechnologies/orientdb/commit/668ece96be210e742a4e2820a3085b215cf55104" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-v6wr-fch2-vm5w" }, { "type": "PACKAGE", "url": "https://github.com/orientechnologies/orientdb" }, { "type": "WEB", "url": "https://www.kb.cert.org/vuls/id/845332" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "OrientDB Server Community Edition uses insufficiently random values to generate session IDs" }
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.