Description
A missing authentication vulnerability in Swing Music 3.0.0 allows unauthenticated remote attackers to create arbitrary user accounts via the POST /auth/profile/create endpoint. The endpoint is allowlisted from JWT verification, permitting unauthenticated account creation. An attacker can register an account and use it to access protected functionality on the server.
Published: 2026-08-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authentication bypass that allows remote attackers to create user accounts without prior authentication using the POST /auth/profile/create endpoint. Because this endpoint is explicitly excluded from JWT verification, any client can post user data and receive a valid account. Once created, the account can be used to access protected server features, effectively granting the attacker the same privileges as a legitimate user.

Affected Systems

Swing Music 3.0.0 from the vendor Swing Music. No other versions are explicitly listed as affected.

Risk and Exploitability

The CVSS score of 7.5 reflects a high severity exploited remotely. Although no EPSS data is available, the lack of authentication and straightforward endpoint invocation make exploitation accessible. The issue is not currently listed in the CISA KEV catalog, but the ability to create arbitrary accounts on an exposed web service presents significant risk for unauthorized access to protected functionality and potential further malicious activity.

Generated by OpenCVE AI on August 11, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched version of Swing Music that addresses the authentication bypass.
  • If an update is not immediately available, restrict or disable the /auth/profile/create endpoint through firewall rules or application configuration to enforce authentication.
  • Add monitoring for unexpected account creation events to detect exploitation attempts.

Generated by OpenCVE AI on August 11, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 13 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Swingmx
Swingmx swing Music
Vendors & Products Swingmx
Swingmx swing Music

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A missing authentication vulnerability in Swing Music 3.0.0 allows unauthenticated remote attackers to create arbitrary user accounts via the POST /auth/profile/create endpoint. The endpoint is allowlisted from JWT verification, permitting unauthenticated account creation. An attacker can register an account and use it to access protected functionality on the server.
Title Swing Music Swing Music - Missing Authentication
Weaknesses CWE-306
References
Metrics cvssV3_1

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


Subscriptions

Swingmx Swing Music
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:11:27.558Z

Reserved: 2026-08-10T10:33:03.258Z

Link: CVE-2026-72605

cve-icon Vulnrichment

Updated: 2026-08-11T12:11:23.647Z

cve-icon NVD

Status : Deferred

Published: 2026-08-11T12:17:43.623

Modified: 2026-08-28T18:51:39.823

Link: CVE-2026-72605

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function