Security readout for executives and security teams
Plain-English summary
Calibre-web exposed private shelf names to other logged-in users through an error message. The issue does not indicate book content exposure, account takeover, or service disruption, but it can reveal private organizational or personal categorization data that users expected to remain hidden.
Executive priority
Treat this as a moderate privacy issue, not an emergency. Prioritize remediation for shared, internet-accessible, or business-sensitive calibre-web deployments where shelf names could reveal confidential interests, clients, cases, or projects.
Technical view
CVE-2021-3986 is a CWE-209 information disclosure in janeczku/calibre-web. In shelf.py, an authorization failure path exposed another user's private shelf name when a logged-in user tried to remove a book from a shelf they did not own. The CVSS 3.0 score is 4.3 with low confidentiality impact.
Likely exposure
Exposure is most relevant to calibre-web deployments with multiple authenticated users and private shelves. The source bundle says all versions before the fix are affected, but it does not provide a precise release range or package version mapping.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not claim active exploitation. The CVSS vector indicates network reachability, low attack complexity, and required low privileges, with no user interaction needed after authentication.
Researcher notes
The affected range is described only as versions before the fix. The source bundle identifies the vulnerable file and behavior but does not provide exploit-in-the-wild evidence, package-specific version boundaries, or independent mitigation guidance beyond applying the fix.
Mitigation direction
- Update calibre-web to a version containing the referenced fix.
- If release mapping is unclear, check upstream vendor guidance before closing remediation.
- Limit calibre-web access to trusted authenticated users where possible.
- Review whether private shelf names contain sensitive project, client, or personal data.
Validation and detection
- Inventory calibre-web deployments and confirm installed versions against upstream fixed code.
- Verify the deployed code includes the referenced GitHub commit or a later vendor release.
- In a test environment, confirm unauthorized shelf actions return generic errors.
- Review logs or support reports for unexpected disclosure of private shelf names.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-209: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-3986 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.3 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
4.3MediumVector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Generation of Error Message Containing Sensitive Information
Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
