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

Impact

The vulnerability is a SQL injection in /music/view_genre.php of SourceCodester Simple Music Cloud Community System v1.0. The code fails to properly sanitize input parameters, enabling an attacker to inject arbitrary SQL statements. This can lead to reading, modifying, or deleting data from the underlying database, representing a potential data breach or loss of integrity.

Affected Systems

The affected system is SourceCodester Simple Music Cloud Community System, version 1.0.

Risk and Exploitability

The attack vector is inferred to be remote via the web interface, as the vulnerable file is accessed by HTTP requests. The CVSS score is 9.8 and the EPSS score is < 1%, and the vulnerability is not in the CISA KEV catalog. Consequently, the likelihood of exploitation is unknown, but typical SQL injection risk is considered significant, especially if the database user has high privileges and the application lacks input validation or parameterization. Prompt remediation is recommended.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a patch or upgrade to the fixed version when available from the vendor or repository.
  • If a patch is not yet released, modify view_genre.php to use prepared statements or parameterized queries for all database interactions.
  • Validate and sanitize all input parameters before using them in SQL statements, for example by allowing only numeric values for expected IDs.
  • Restrict the database user privileges to the minimum necessary for the application.
  • Regularly audit application logs for unusual query patterns and monitor for attempted injection.

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 SQL Injection in View Genre Page of Simple Music Cloud Community System

Sat, 18 Apr 2026 02: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 05:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in View Genre Page of Simple Music Cloud Community System
Weaknesses CWE-89

Thu, 16 Apr 2026 19:00: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/view_genre.php.
References

Subscriptions

Sourcecodester Simple Music Cloud Community System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-18T02:11:23.662Z

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

Link: CVE-2026-37339

cve-icon Vulnrichment

Updated: 2026-04-18T02:11:14.209Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-37339

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')