Description
A weakness has been identified in itsourcecode Content Management System 1.0. This impacts an unknown function of the file /instructions.php. This manipulation of the argument topic_id causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-06-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the instructions.php file of itsourcecode Content Management System 1.0, allowing an attacker to manipulate the topic_id parameter and inject arbitrary SQL commands. This injection can be triggered remotely, potentially giving an attacker the ability to read, modify, or delete database contents, leading to data exposure, unauthorized data manipulation, or denial of service. The vulnerability is characterized by CWE‑74 and CWE‑89.

Affected Systems

Itsourcecode Content Management System version 1.0. The impact applies to installations using that product, as identified by the vendor product name. No other versions are indicated as affected.

Risk and Exploitability

The reported CVSS score is 5.3, indicating a moderate severity. The EPSS score is not available, and the exploitation is not listed in CISA’s KEV catalog. Nonetheless, the vendor has published a public exploit, and the attack vector is remote, which increases the potential for widespread compromise. Attackers could exploit the parameter via remote web requests to the instructions.php endpoint.

Generated by OpenCVE AI on June 1, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch or upgrade to a version that fixes the SQL injection in the instructions.php endpoint.
  • Modify the application to use parameterized queries or prepared statements and strictly validate the topic_id value before including it in database statements.
  • Reduce the database user's privileges so that it can only perform the minimal required operations and has no superuser rights.

Generated by OpenCVE AI on June 1, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 01 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Content Management System 1.0. This impacts an unknown function of the file /instructions.php. This manipulation of the argument topic_id causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Content Management System instructions.php sql injection
First Time appeared Itsourcecode
Itsourcecode content Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:content_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode content Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Itsourcecode Content Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-01T14:52:48.622Z

Reserved: 2026-05-31T10:10:33.802Z

Link: CVE-2026-10242

cve-icon Vulnrichment

Updated: 2026-06-01T14:52:44.585Z

cve-icon NVD

Status : Deferred

Published: 2026-06-01T09:16:16.127

Modified: 2026-06-01T15:15:37.293

Link: CVE-2026-10242

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-02T20:54:47Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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