Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
6DescriptionCVE.org
Files in the source code contain login credentials for the admin user and the property configuration password, allowing an attacker to get full access to the application.
AnalysisAI
Critical credential exposure vulnerability where admin login credentials and property configuration passwords are embedded directly in source code, enabling unauthenticated remote attackers to gain full administrative access to the affected application. The vulnerability has a CVSS score of 7.5 (High) with a network attack vector requiring no privileges or user interaction. While specific KEV/EPSS data and POC availability are not provided in the input, the presence of hardcoded credentials in source code represents a severe and often easily discoverable weakness that typically sees rapid exploitation once disclosed.
Technical ContextAI
This vulnerability stems from CWE-540 (Inclusion of Sensitive Information in Source Code), a well-known secure coding anti-pattern where authentication credentials and sensitive configuration data are hardcoded into application source files rather than externalized through environment variables, configuration management systems, or secure vaults. The root cause involves developers committing plaintext credentials to version control systems (Git, SVN, etc.) or embedding them in compiled binaries/JAR files. Without specific CPE data provided, the affected product likely encompasses web applications, APIs, or backend services that rely on admin authentication. The vulnerability is particularly dangerous because source code is often accessible through multiple attack vectors: exposed Git repositories, decompiled binaries, container image inspection, or insider access.
RemediationAI
Immediate remediation steps (in priority order): (1) ROTATE ALL CREDENTIALS IMMEDIATELY—reset admin passwords, regenerate API keys, and revoke any tokens that were exposed in source code; (2) Search all Git history and branches using tools like 'git log -p' or TruffleHog to identify when credentials were introduced and revoke them from all environments; (3) Implement pre-commit hooks (e.g., detect-secrets, git-secrets) to prevent future credential commits; (4) Remove credentials from source code and implement secure credential management: use environment variables, HashiCorp Vault, AWS Secrets Manager, or similar; (5) Audit all access logs and authentication records from the exposure window to detect compromise; (6) If source code was public, assume credential compromise and rotate all downstream systems (databases, APIs, cloud accounts); (7) Apply vendor patches once released (specific patch versions unavailable without vendor advisory); (8) Implement code scanning in CI/CD pipelines to detect sensitive information; (9) Audit and restrict Git repository access controls.
More in Media Server
View allA Buffer Overflow was discovered in EvoStream Media Server 1.7.1. Rated high severity (CVSS 7.5), this vulnerability is
Deserialization of Untrusted Data in Plex Media Server on Windows allows a remote, authenticated attacker to execute arb
In Plex Media Server 1.13.2.5154, the XML parsing engine for SSDP/UPnP functionality is vulnerable to an XML External En
Improper Access Control in Plex Media Server prior to June 15, 2020 allows any origin to execute cross-origin applicatio
Plex Media Server (PMS) through 1.42.2.10156 allows retrieval of a permanent access token via a /myplex/account call wit
Plex Media Server before 0.9.9.3 allows remote attackers to bypass the web server whitelist, conduct SSRF attacks, and e
Multiple directory traversal vulnerabilities in Plex Media Server before 0.9.9.3 allow remote attackers to read arbitrar
Improper Input Validation in Plex Media Server on Windows allows a local, unauthenticated attacker to execute arbitrary
media-server v1.0.0 was discovered to contain a Use-After-Free (UAF) vulnerability via the sip_uac_stop_timer function a
media-server v1.0.0 was discovered to contain a Use-After-Free (UAF) vulnerability via the sip_subscribe_remove function
In Plex Media Server (PMS) through 1.42.2.10156, ability to access /myplex/account with a device token is not properly a
An issue was discovered in Plex Media Server through 1.24.4.5081-e362dc1ee. Rated high severity (CVSS 7.0). Public explo
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-18174