LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0736: Cross-site Scripting (XSS) - Stored in wallabag/wallabag

Cross-site Scripting (XSS) - Stored in GitHub repository wallabag/wallabag prior to 2.5.4.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0736 is a stored cross-site scripting issue in wallabag/wallabag before 2.5.4. An authenticated user could store content that may run script when another user views it. Business impact is usually limited but can include account data exposure or unauthorized actions in the application context.

Executive priority

Treat as a routine but real web application security fix. Prioritize shared or multi-user wallabag environments, especially where untrusted users can create stored content. It does not currently warrant emergency response based on the provided evidence.

Technical view

The CVE describes CWE-79 stored XSS in wallabag/wallabag prior to 2.5.4. CVSS 3.0 is 4.6: network reachable, low complexity, low privileges required, user interaction required, unchanged scope, low confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure is limited to organizations running wallabag/wallabag versions before 2.5.4. The available source bundle does not identify specific deployment types, configurations, or downstream packages beyond the GitHub project.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires some authenticated access and a victim viewing stored content, which reduces urgency compared with unauthenticated remote code execution but still matters for shared instances.

Researcher notes

Evidence is concise: CVE metadata, Huntr reference, and an upstream GitHub commit. The bundle does not provide exploit maturity, vulnerable field details, or operational mitigations beyond the fixed version boundary. Avoid assuming broader product impact.

Mitigation direction

  • Upgrade wallabag/wallabag to 2.5.4 or later.
  • Review the upstream commit and release notes for deployment-specific guidance.
  • Restrict untrusted authenticated access until the affected instance is updated.
  • Monitor vendor advisories for any additional mitigation details.

Validation and detection

  • Inventory wallabag instances and confirm installed versions.
  • Verify affected deployments are upgraded beyond the pre-2.5.4 range.
  • Review build manifests, container images, and deployment records for wallabag version evidence.
  • Check application logs and reports for suspicious stored-content behavior.
Prepared
Confidence
high
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2023-0736 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.6 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/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.6CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.6Medium
CVSS 3.0 vector shape for CVE-2023-0736Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/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
wallabagwallabag/wallabagunspecifiedListed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.