ghsa-r735-9gc6-2hvq
Vulnerability from github
Published
2024-11-15 12:31
Modified
2024-11-19 20:47
Severity ?
Summary
Cross-site Scripting (XSS) - DOM in janeczku/calibre-web
Details
A Cross-site Scripting (XSS) vulnerability exists in janeczku/calibre-web, specifically in the file edit_books.js
. The vulnerability occurs when editing book properties, such as uploading a cover or a format. The affected code directly inserts user input into the DOM without proper sanitization, allowing attackers to execute arbitrary JavaScript code. This can lead to various attacks, including stealing cookies. The issue is present in the code handling the #btn-upload-cover
change event.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "calibreweb" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.6.15" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-3988" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2024-11-15T20:52:00Z", "nvd_published_at": "2024-11-15T11:15:06Z", "severity": "MODERATE" }, "details": "A Cross-site Scripting (XSS) vulnerability exists in janeczku/calibre-web, specifically in the file `edit_books.js`. The vulnerability occurs when editing book properties, such as uploading a cover or a format. The affected code directly inserts user input into the DOM without proper sanitization, allowing attackers to execute arbitrary JavaScript code. This can lead to various attacks, including stealing cookies. The issue is present in the code handling the `#btn-upload-cover` change event.", "id": "GHSA-r735-9gc6-2hvq", "modified": "2024-11-19T20:47:47Z", "published": "2024-11-15T12:31:44Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3988" }, { "type": "WEB", "url": "https://github.com/janeczku/calibre-web/commit/7ad419dc8c12180e842a82118f4866ac3d074bc5" }, { "type": "PACKAGE", "url": "https://github.com/janeczku/calibre-web" }, { "type": "WEB", "url": "https://huntr.com/bounties/fa4c8fd1-7846-4dad-9112-2c07461f0609" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Cross-site Scripting (XSS) - DOM 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.