Description
Listing Hub CMS 1.0 contains a SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the id parameter. Attackers can send GET requests to pages.php with crafted id values using error-based SQL injection techniques to extract database credentials, usernames, and version information.
Published: 2026-06-04
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unauthenticated SQL injection in Listing Hub CMS 1.0, where the id parameter of pages.php is not validated. Attackers can send crafted GET requests using error‑based techniques to execute arbitrary SQL statements. This allows extraction of sensitive data such as database usernames, passwords, and version information, essentially compromising the integrity and confidentiality of the underlying database.

Affected Systems

Only the 1.0 release of Listing Hub CMS from Themerig is known to contain this flaw. No other versions or related products are listed; the vendor’s advisory specifically cites version 1.0. Therefore systems running this version of the CMS are impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity, and although the EPSS score is not available, the nature of the vulnerability suggests a readily exploitable attack path via an HTTP GET request. The flaw is not cataloged in the CISA KEV list, but it remains a significant risk because it can be triggered remotely without authentication. Following the vendor’s recommendation to apply a patch or upgrade is essential to eliminate this risk.

Generated by OpenCVE AI on June 4, 2026 at 14:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade Listing Hub CMS to a version where the id parameter is properly validated.
  • In the meantime, block or rate‑limit access to pages.php or strip the id parameter using web‑server configuration to prevent injection attempts.
  • Ensure that the application layer validates all incoming parameters and uses parameterized queries to avoid future SQL injection vectors.

Generated by OpenCVE AI on June 4, 2026 at 14:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 05 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Themerig
Themerig listing Hub Cms
Vendors & Products Themerig
Themerig listing Hub Cms

Thu, 04 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 04 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Description Listing Hub CMS 1.0 contains a SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the id parameter. Attackers can send GET requests to pages.php with crafted id values using error-based SQL injection techniques to extract database credentials, usernames, and version information.
Title Listing Hub CMS 1.0 SQL Injection via pages.php id
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Themerig Listing Hub Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-04T15:06:31.970Z

Reserved: 2026-06-04T10:54:35.580Z

Link: CVE-2019-25730

cve-icon Vulnrichment

Updated: 2026-06-04T15:01:58.371Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T14:16:30.830

Modified: 2026-06-04T15:00:40.757

Link: CVE-2019-25730

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T10:07:56Z

Weaknesses
  • CWE-89

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