Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹
🐹 Go
Not in CISA KEV
MEDIUM severity

GHSA-mw8h-g64c-rxv4 — shiori

MEDIUM

GHSA-mw8h-g64c-rxv4 is a medium-severity (CVSS 6.5) CWE-290 vulnerability in github.com/go-shiori/shiori. No vendor fix is recorded yet; mitigation options are listed below.

Shiori is vulnerable to authentication bypass via a brute force attack

Also known asCVE-2025-60538GO-2026-4308
Published
Jan 9, 2026
Updated
Feb 3, 2026
Affected
1 pkg
Patched
See advisory
Exploits
None indexed
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

Proof-of-concept exploit code exists

  • CISA’s SSVC triage found public proof-of-concept exploit code for this CVE, though no confirmed active exploitation.
  • CISA assesses this as automatable — exploitation doesn’t require manual, per-target effort, which raises the odds of mass scanning and opportunistic attacks.

Exploitation and automatability from CISA’s SSVC triage for GHSA-mw8h-g64c-rxv4.

EPSS Exploitation Probability

via FIRST.org ↗
0.4%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs33th percentile — riskier than 33% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-mw8h-g64c-rxv4 by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

1 pkg affected
🐹github.com/go-shiori/shiori

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go packages — download data is not available via public APIs for these ecosystems.

Description

A lack of rate limiting in the login page of shiori v1.7.4 and below allows attackers to bypass authentication via a brute force attack.

Affected Packages

1 total
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/go-shiori/shioriall versionsNo fix

Affected Products

1 product · 1 configurations
Application
shiorigo-shiori
≤ 1.7.4
range

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for github.com/go-shiori/shiori, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Remediation status

    No patched version of github.com/go-shiori/shiori has shipped for GHSA-mw8h-g64c-rxv4 yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Mitigate without a patch

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

Frequently Asked Questions

A lack of rate limiting in the login page of shiori v1.7.4 and below allows attackers to bypass authentication via a brute force attack.
O3 Security · Impact-Aware SCA

Is GHSA-mw8h-g64c-rxv4 in your dependencies?

Find it across Go, including transitive dependencies.

GHSA-mw8h-g64c-rxv4: shiori (Medium 6.5) | O3 Security