ghsa-vx8v-g3p3-88vg
Vulnerability from github
Published
2022-04-06 00:01
Modified
2022-04-19 18:01
Severity ?
VLAI Severity ?
Summary
Weak password hash in LiveHelperChat
Details
The secrethash, which the application relies for multiple security measures, can be brute-forced. The hash is quite small, with only 10 characters of only hexadecimal, making 16^10 possilibities ( 1.099.511.627.776 ). The SHA1 of the secret can be obtained via a captcha string and brute-forced offline with an GPU.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "remdex/livehelperchat" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.96" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-1235" ], "database_specific": { "cwe_ids": [ "CWE-916" ], "github_reviewed": true, "github_reviewed_at": "2022-04-07T15:40:15Z", "nvd_published_at": "2022-04-05T07:15:00Z", "severity": "HIGH" }, "details": "The secrethash, which the application relies for multiple security measures, can be brute-forced. The hash is quite small, with only 10 characters of only hexadecimal, making 16^10 possilibities ( 1.099.511.627.776 ). The SHA1 of the secret can be obtained via a captcha string and brute-forced offline with an GPU.", "id": "GHSA-vx8v-g3p3-88vg", "modified": "2022-04-19T18:01:53Z", "published": "2022-04-06T00:01:31Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1235" }, { "type": "WEB", "url": "https://github.com/livehelperchat/livehelperchat/commit/6538d6df3d8a60fee254170b08dd76a161f7bfdc" }, { "type": "PACKAGE", "url": "https://github.com/livehelperchat/livehelperchat" }, { "type": "WEB", "url": "https://huntr.dev/bounties/92f7b2d4-fa88-4c62-a2ee-721eebe01705" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Weak password hash in LiveHelperChat" }
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…