Description
e621ng versions before 26.09.16 pass untrusted request parameters directly to Rails url_for in PaginatorComponent and controller navigation links, allowing attackers to redirect pagination and navigation controls to attacker-controlled origins. Attackers can supply host, protocol, and port query parameters that are interpreted as URL generation options, causing pagination links to point to malicious domains while the initial page loads from the legitimate site.
Published: 2026-09-22
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Open Redirect
Action: Immediate Patch
AI Analysis

Impact

e621ng versions prior to 26.09.16 allow an attacker to supply host, protocol, and port query parameters that are treated as options by Rails url_for. This causes pagination and navigation links to point to attacker‑controlled destinations while the initial page is served from the legitimate site. The effect is an open redirect that can be used for phishing or further malicious activity. The weakness is a CWE‑601 URL Manipulation flaw.

Affected Systems

The affected product is e621ng, any installation running a version older than 26.09.16. No other vendors or products are listed.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. EPSS data is not available, and the vulnerability is not currently listed in the CISA KEV catalog. Based on the description, it is inferred that the exploit path is straightforward: a client visits a crafted URL; no authentication or additional conditions are required, making the attack likely through social engineering or malicious links.

Generated by OpenCVE AI on September 22, 2026 at 21:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade e621ng to version 26.09.16 or later.
  • If an upgrade is not feasible, configure the application to strip or ignore host, protocol, and port query parameters before they are passed to Rails url_for.
  • Implement input validation or sanitization to ensure that only trusted parameters are used in URL generation.

Generated by OpenCVE AI on September 22, 2026 at 21:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description e621ng versions before 26.09.16 pass untrusted request parameters directly to Rails url_for in PaginatorComponent and controller navigation links, allowing attackers to redirect pagination and navigation controls to attacker-controlled origins. Attackers can supply host, protocol, and port query parameters that are interpreted as URL generation options, causing pagination links to point to malicious domains while the initial page loads from the legitimate site.
Title e621ng before 26.09.16 Open Redirect via URL Parameters
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-22T20:21:11.309Z

Reserved: 2026-09-22T15:47:13.293Z

Link: CVE-2026-95813

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T21:17:34.217

Modified: 2026-09-22T21:17:34.217

Link: CVE-2026-95813

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T21:45:06Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')