Description
OpenRapid RapidCMS v1.3.1 was discovered to contain an authentication bypass in the /template/default/menu.php component. This vulnerability is exploited via injecting a crafted SQL payload into the name cookie parameter.
Published: 2026-05-27
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenRapid RapidCMS version 1.3.1 contains an authentication bypass flaw present in the /template/default/menu.php component. An attacker can inject a crafted SQL payload into the name cookie parameter, causing the application to construct a vulnerable SQL query without proper sanitization or parameterization. The instability aligns with CWE-89, a SQL Injection weakness, and allows an attacker to authenticate without valid credentials, exposing all application functionalities and data to compromise.

Affected Systems

The only documented affected product is OpenRapid RapidCMS v1.3.1. No other vendors or older versions are referenced in the available data.

Risk and Exploitability

The CVSS score of 6.5 indicates medium severity, and the EPSS score of < 1% signals a low exploitation probability. The flaw is not listed in the CISA KEV catalog, meaning no confirmed public exploitation yet. The likely attack vector is a remote browser cookie injection, but this is inferred from the description rather than explicitly confirmed by the data. The vulnerability can be exploited without additional privileges and does not require pre‑existing credentials, so the potential damage is significant if an attacker can manipulate the name cookie.

Generated by OpenCVE AI on May 28, 2026 at 18:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s security advisories for a patched version of RapidCMS and upgrade immediately if a fix is available.
  • If an upgrade is not possible, enforce strict validation for the name cookie by allowing only alphanumeric characters to mitigate injection.
  • Configure the database connection to use prepared statements or stored procedures, preventing user‑supplied cookie data from altering query logic.

Generated by OpenCVE AI on May 28, 2026 at 18:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 28 May 2026 04:30:00 +0000

Type Values Removed Values Added
First Time appeared Openrapid
Openrapid rapidcms
Vendors & Products Openrapid
Openrapid rapidcms

Wed, 27 May 2026 16:30:00 +0000

Type Values Removed Values Added
Description OpenRapid RapidCMS v1.3.1 was discovered to contain an authentication bypass in the /template/default/menu.php component. This vulnerability is exploited via injecting a crafted SQL payload into the name cookie parameter.
References

Subscriptions

Openrapid Rapidcms
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-05-28T15:36:31.833Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38930

cve-icon Vulnrichment

Updated: 2026-05-28T15:36:20.588Z

cve-icon NVD

Status : Deferred

Published: 2026-05-27T17:16:33.370

Modified: 2026-06-17T10:41:47.210

Link: CVE-2026-38930

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T18:15:23Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')