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: n/a
EPSS: n/a
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. No CVSS score or EPSS value is available, 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 17, 2026 at 04:58 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 17, 2026 at 04:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-16T14:38:34.839Z

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

Link: CVE-2026-37339

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-37339

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T05:00:05Z

Weaknesses