ghsa-fj5v-w2jp-wqvj
Vulnerability from github
Published
2024-11-15 12:31
Modified
2024-11-15 20:51
Severity ?
Summary
Improper Access Control in janeczku/calibre-web
Details
An improper access control vulnerability exists in janeczku/calibre-web. The affected version allows users without public shelf permissions to create public shelves. The vulnerability is due to the create_shelf
method in shelf.py
not verifying if the user has the necessary permissions to create a public shelf. This issue can lead to unauthorized actions being performed by users.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "calibreweb" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.6.15" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-3987" ], "database_specific": { "cwe_ids": [ "CWE-284", "CWE-862" ], "github_reviewed": true, "github_reviewed_at": "2024-11-15T20:51:30Z", "nvd_published_at": "2024-11-15T11:15:06Z", "severity": "MODERATE" }, "details": "An improper access control vulnerability exists in janeczku/calibre-web. The affected version allows users without public shelf permissions to create public shelves. The vulnerability is due to the `create_shelf` method in `shelf.py` not verifying if the user has the necessary permissions to create a public shelf. This issue can lead to unauthorized actions being performed by users.", "id": "GHSA-fj5v-w2jp-wqvj", "modified": "2024-11-15T20:51:30Z", "published": "2024-11-15T12:31:44Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3987" }, { "type": "WEB", "url": "https://github.com/janeczku/calibre-web/commit/bcdc97641447965af486964537f3821f47b28874" }, { "type": "PACKAGE", "url": "https://github.com/janeczku/calibre-web" }, { "type": "WEB", "url": "https://huntr.com/bounties/29fcc091-87b6-43bc-ab4b-3c0bec3f71df" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Improper Access Control in janeczku/calibre-web" }
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.