LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3986: Information Disclosure in janeczku/calibre-web

A vulnerability in janeczku/calibre-web allows unauthorized users to view the names of private shelves belonging to other users. This issue occurs in the file shelf.py at line 221, where the name of the shelf is exposed in an error message when a user attempts to remove a book from a shelf they do not own. This vulnerability discloses private information and affects all versions prior to the fix.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.3Medium
CVSS 3.0 vector shape for CVE-2021-3986Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
janeczkujaneczku/calibre-webunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-209 · source CWE mapping

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.