SQL InjectionWeakness · CWE-89

CVE-2025-32287

HIGH · 8.5 CVSS v3.1 Published 2025-05-16
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
91/100
Remediation priority · Urgent
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in LambertGroup Responsive HTML5 Audio Player PRO With Playlist lbg-audio2-html5 allows SQL Injection.This issue affects Responsive HTML5 Audio Player PRO With Playlist: from n/a through <= 3.5.7.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

SQL Injection vulnerability in LambertGroup Responsive HTML5 Audio Player PRO With Playlist (lbg-audio2-html5) version 3.5.7 and below. The vulnerability allows injection of malicious SQL commands through unsanitized input parameters, likely in playlist or audio file retrieval functionality.

MitigationUpgrade to a patched version of the audio player that implements proper input validation and parameterized SQL queries. If no patch is available, audit and sanitize all database query paths, particularly user-supplied parameters.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify the installed version of lbg-audio2-html5
    Inspect the player files for version strings. Check the main JavaScript file (typically named lbg-audio2-html5.js or similar), readme.txt, or a version/config file included with the player bundle. Look for a version number declaration.
    Affected if The version number found is 3.5.7 or lower, or no version is displayed and the player appears to be an older release of the LambertGroup Responsive HTML5 Audio Player PRO With Playlist.
  2. Determine if the player is using a database
    Locate the PHP or server-side files that handle playlist or audio file retrieval. Examine the code for database connection setup (mysql_connect, mysqli_connect, PDO, or similar) and SQL query execution. Check configuration files for database credentials or connection parameters.
    Affected if The player is configured to connect to a MySQL or other SQL database to store or retrieve playlist data.
  3. Inspect playlist retrieval code for SQL query handling
    Find the PHP script that handles playlist or audio file requests (often in a file like playlist.php, audio.php, or a file handling ajax requests). Examine the SQL queries within this file. Look for query construction that directly incorporates request parameters without using prepared statements or parameter binding.
    Affected if The playlist retrieval code contains SQL queries that concatenate or insert request parameters directly into the query string without sanitization or parameterized queries.
  4. Verify user input reaches the SQL query
    Trace the flow of user-supplied input (GET/POST parameters, URL parameters for playlist ID, track ID, or similar) from the entry point to the SQL query execution. Identify which parameters are passed to the database query in the playlist or audio retrieval functionality.
    Affected if User-accessible parameters (such as playlist ID, track ID, or similar identifiers) are passed directly to unsanitized SQL queries.
  5. Check if the affected endpoint is accessible
    Identify the URL endpoint that triggers the vulnerable playlist/audio retrieval functionality. Attempt to access it or examine the JavaScript code that makes requests to this endpoint. Confirm the endpoint accepts user-supplied parameters.
    Affected if The vulnerable endpoint that executes the unsanitized SQL queries is reachable by users, typically through playlist loading or track selection features.

A user is affected if they are running lbg-audio2-html5 version 3.5.7 or below with database-backed playlist storage, where the playlist or audio file retrieval functionality passes unsanitized user input directly into SQL queries accessible via a web endpoint.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to a patched version of the audio player that implements proper input validation and parameterized SQL queries. If no patch is available, audit and sanitize all database query paths, particularly user-supplied parameters.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,980
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,168.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-32287 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-32287 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data