Sceawere
Vulnerability Detail
CVE-2026-28141UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
NextGEN Gallery Unauthenticated Cross Site Scripting
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.1
- Creation Date
- 1d ago
- Vendor
- Syed Balkhi
- Product
- NextGEN Gallery
- Attack Type
- CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Cross Site Scripting (XSS) in NextGEN Gallery <= 4.2.3 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.1",
"pubDate": "2026-08-06T15:16:52.830Z",
"pubdate": "2026-08-06T15:16:52.830Z",
"executiveSummary": "An unauthenticated Cross-Site Scripting (XSS) vulnerability has been identified in the NextGEN Gallery plugin affecting versions 4.2.3 and prior. This security flaw enables remote attackers to inject malicious client-side scripts, typically JavaScript, into web pages rendered to unsuspecting users visiting the compromised WordPress site. The primary impact of this vulnerability includes session hijacking, credential theft, defacement, and the potential execution of unauthorized actions within the context of a victim's browser session. The affected systems are WordPress installations utilizing vulnerable versions of the NextGEN Gallery plugin. The risk implications are severe due to the unauthenticated nature of the exploit vector, meaning any remote attacker without prior credentials or system access can initiate the attack sequence. Exploitation requires no privileged access, lowering the barrier for malicious actors to compromise site integrity and user trust. Remediation necessitates immediate upgrading of the NextGEN Gallery plugin beyond the vulnerable version threshold once a patched release is made available by the vendor.",
"technicalDetails": "The vulnerability resides within the request handling and parameter rendering logic of the NextGEN Gallery plugin for versions 4.2.3 and below. The root cause stems from insufficient input sanitization and inadequate output encoding of user-supplied data before it is reflected back in the Document Object Model (DOM). Specifically, HTTP requests containing malicious payloads crafted with HTML and JavaScript elements fail to undergo rigorous validation processes within the affected components. Because the vulnerability is unauthenticated, attackers can transmit crafted requests directly over the network without requiring any prior authentication tokens or low-level privileges. The network exposure is public-facing, allowing external threat actors to target the application layer directly. The attack flow begins when an attacker crafts a malicious URL or HTTP request containing script payloads designed to bypass basic filters. Upon submission, the vulnerable component processes the unsanitized input and incorporates it directly into the Hypertext Markup Language (HTML) response sent to the client browser. When a victim accesses the maliciously crafted link or views the compromised page, the browser interprets the injected payload as legitimate application code rather than inert text data. The payload behavior executes within the security context of the victim's session, possessing the capability to access document properties, manipulate DOM elements, intercept sensitive cookies, and perform unauthorized asynchronous requests on behalf of the user. Post-exploitation impact varies depending on the targeted user role; if an administrative user falls victim to the injected payload, the attacker can leverage the resulting privileges to create new rogue administrator accounts, modify core application files, or deploy persistent malware across the hosting server environment."
}