Description
SourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/edit_music.php.
Published: 2026-04-16
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Patch
AI Analysis

Impact

SourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection within the file /music/edit_music.php. The flaw allows an attacker to embed arbitrary SQL statements into the query, potentially permitting unauthorized data disclosure, modification, or deletion. This reflects a classic input handling weakness that lacks proper sanitization or parameterized statement usage. The likely attack vector is remote user input via the web interface, as the endpoint accepts user‑provided values without adequate verification. The CVSS score of 9.8 indicates a severe impact, and the EPSS score of < 1% suggests a low probability of exploitation in the current landscape.

Affected Systems

The affected product is SourceCodester Simple Music Cloud Community System version 1.0; the vulnerability is confined to the edit_music.php component. No other affected vendors or versions are disclosed.

Risk and Exploitability

It is inferred that an attacker could exfiltrate sensitive information, alter or delete records, or compromise the database entirely if successful. Given the remote nature of the vulnerability and its potential for denial of service, the overall risk is significant, although the low EPSS score indicates that exploitation is unlikely at present. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on April 18, 2026 at 17:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any official patch or upgrade to a newer release of SourceCodester Simple Music Cloud Community System that resolves the SQL Injection flaw
  • Refactor the edit_music.php code to use prepared statements or parameterized queries for all database interactions
  • Sanitize and validate every user‑supplied input before it is used in a database query
  • Limit the database privileges granted to the web application to the minimum set required for normal operations

Generated by OpenCVE AI on April 18, 2026 at 17:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 18 Apr 2026 17:45:00 +0000

Type Values Removed Values Added
Title Simple Music Cloud Community System v1.0 – SQL Injection in /music/edit_music.php

Sat, 18 Apr 2026 03:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 17 Apr 2026 06:15:00 +0000

Type Values Removed Values Added
Title Simple Music Cloud Community System v1.0 – SQL Injection in /music/edit_music.php
Weaknesses CWE-89

Thu, 16 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester simple Music Cloud Community System
Vendors & Products Sourcecodester
Sourcecodester simple Music Cloud Community System

Thu, 16 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
Description SourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/edit_music.php.
References

Subscriptions

Sourcecodester Simple Music Cloud Community System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-18T02:14:04.538Z

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

Link: CVE-2026-37340

cve-icon Vulnrichment

Updated: 2026-04-18T02:13:57.136Z

cve-icon NVD

Status : Deferred

Published: 2026-04-16T15:17:36.900

Modified: 2026-04-18T03:16:12.437

Link: CVE-2026-37340

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T17:30:05Z

Weaknesses
  • CWE-89

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