Skip to main content

Lightpicture CVE-2026-6574

| EUVDEUVD-2026-23705 MEDIUM
Use of Hard-coded Credentials (CWE-798)
2026-04-19 VulDB GHSA-c39q-8682-64fg
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

8
CVSS changed
Apr 29, 2026 - 01:12 NVD
6.9 (MEDIUM) 5.5 (MEDIUM)
PoC Detected
Apr 29, 2026 - 01:00 vuln.today
Public exploit code
Severity Changed
Apr 19, 2026 - 14:22 NVD
HIGH MEDIUM
CVSS changed
Apr 19, 2026 - 14:22 NVD
7.3 (HIGH) 6.9 (MEDIUM)
Analysis Generated
Apr 19, 2026 - 13:50 vuln.today
EUVD ID Assigned
Apr 19, 2026 - 13:45 euvd
EUVD-2026-23705
Analysis Generated
Apr 19, 2026 - 13:45 vuln.today
CVE Published
Apr 19, 2026 - 13:30 nvd
MEDIUM 5.5

DescriptionCVE.org

A vulnerability has been found in osuuu LightPicture up to 1.2.2. This issue affects some unknown processing of the file /public/install/lp.sql of the component API Upload Endpoint. Such manipulation of the argument key leads to hard-coded credentials. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Hard-coded credentials in osuuu LightPicture versions up to 1.2.2 allow unauthenticated remote attackers to bypass authentication via the /public/install/lp.sql file at the API upload endpoint. The vulnerability enables unauthorized access with confidentiality, integrity, and availability impacts. A public exploit exists (CVSS:3.1 E:P), significantly lowering the attack barrier. The vendor was notified but has not responded or issued patches.

Technical ContextAI

LightPicture is a lightweight image hosting/gallery application. This vulnerability stems from CWE-798 (Use of Hard-coded Credentials), where authentication credentials are embedded directly in the application code or configuration files-specifically within /public/install/lp.sql, a SQL installation script accessible through the API upload endpoint. Hard-coded credentials represent a fundamental authentication design flaw: attackers who discover these static credentials can authenticate as legitimate users or administrators without needing to compromise actual user accounts. The affected CPE (cpe:2.3:a:osuuu:lightpicture:*:*:*:*:*:*:*:*) identifies the osuuu LightPicture product across all platforms. The CVSS vector AV:N/AC:L indicates network-exploitable with low complexity, while PR:N/UI:N confirms no authentication or user interaction required-attackers can directly leverage the hard-coded credentials once discovered. The impact ratings (C:L/I:L/A:L) suggest partial compromise across confidentiality, integrity, and availability, consistent with credential-based unauthorized access that may not grant full administrative control but enables malicious operations.

RemediationAI

No vendor-released patch identified at time of analysis-the vendor has not responded to vulnerability disclosure. IMMEDIATE ACTION: Remove or restrict access to /public/install/lp.sql from production environments. If the file is only required during initial installation, delete it post-deployment or move it outside the web-accessible directory structure. Implement web server access controls (e.g., Apache .htaccess deny rules, nginx location blocks) to block HTTP requests to /public/install/* paths, though this represents defense-in-depth rather than root cause remediation since hard-coded credentials may exist elsewhere in the codebase. WORKAROUND TRADE-OFFS: Blocking /public/install/ paths prevents exploitation of this specific vector but does not address the underlying hard-coded credentials if they exist in other accessible files or can be extracted from application binaries. For production systems, audit all LightPicture configuration and SQL files for embedded credentials, rotate any discovered credentials immediately, and monitor authentication logs for suspicious access patterns using previously valid hard-coded credentials. MIGRATION CONSIDERATION: Given vendor unresponsiveness and fundamental authentication design flaw, organizations with strict security requirements should evaluate migrating to actively maintained image hosting solutions with secure credential management practices. Exploit details at https://vulnplus-note.wetolink.com/share/VhoNkMja5u7A may assist defenders in identifying indicators of compromise.

Share

CVE-2026-6574 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy