LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0609: Improper Authorization in wallabag/wallabag

Improper Authorization in GitHub repository wallabag/wallabag prior to 2.5.3.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Wallabag versions before 2.5.3 had an authorization flaw. An authenticated user could potentially access information they should not be allowed to view. The main business risk is confidentiality loss, not system takeover or service disruption, based on the supplied CVSS data.

Executive priority

Prioritize remediation on shared or internet-accessible wallabag instances. This is not described as actively exploited, but the confidentiality impact is high for affected deployments.

Technical view

CVE-2023-0609 is CWE-285 improper authorization in wallabag/wallabag before 2.5.3. CVSS 6.5 indicates network access, low attack complexity, low privileges required, no user interaction, unchanged scope, high confidentiality impact, and no integrity or availability impact.

Likely exposure

Organizations running wallabag/wallabag before version 2.5.3 are potentially exposed, especially where multiple untrusted or semi-trusted users have accounts.

Exploitation context

The supplied sources do not show active exploitation, and the CVE is not marked as KEV. Exploitation is characterized as authenticated, network-accessible, low complexity, and focused on unauthorized data access.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, Huntr reference, and fixing commit. The source bundle does not provide CPEs, detailed affected version ranges beyond prior to 2.5.3, or confirmed exploitation.

Mitigation direction

  • Upgrade wallabag/wallabag to version 2.5.3 or later.
  • Review wallabag vendor guidance and the referenced fixing commit.
  • Limit account access to trusted users until patched.
  • Remove or disable unused wallabag accounts.
  • Monitor for unusual access to saved entries or user data.

Validation and detection

  • Inventory all wallabag deployments and confirm running versions.
  • Verify no instance is older than 2.5.3.
  • Review authentication and authorization-sensitive configuration.
  • Check logs for unexpected authenticated access patterns.
  • Confirm remediation against vendor release notes or commit guidance.
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 · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-0609 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
6.5 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

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

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

CWE details

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

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.