CVE-2026-30082: Multiple stored cross-site scripting (XSS) vulnerabilities in the Edit feature of the Software Package List...
Multiple stored cross-site scripting (XSS) vulnerabilities in the Edit feature of the Software Package List page of IngEstate Server v11.14.0 allow attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the About application, What's news, or Release note parameters.
Security readout for executives and security teams
Plain-English summary
A weakness in IngEstate Server v11.14.0 lets someone with edit access on the Software Package List page save malicious content into three text fields. When another user later views that page, the saved content can run in their browser and hijack their session or trick them into unsafe actions.
Executive priority
Schedule remediation in the next patch cycle. Restrict admin access to the Software Package List Edit page and monitor for unusual admin session activity in the meantime.
Technical view
Multiple stored XSS flaws (CWE-79) in the Edit workflow of the Software Package List page in IngEstate Server v11.14.0. The About application, What's news, and Release note parameters accept crafted payloads that persist server-side and execute in victim browsers. CVSS 3.1 vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N (6.1) reflects network reach with user interaction and scope change.
Likely exposure
Organizations running IngEstate Server v11.14.0 with the Software Package List Edit page reachable by any authenticated or unauthenticated user who can submit About application, What's news, or Release note content. Internet-exposed management interfaces increase exposure.
Exploitation context
No KEV listing and no reports of active exploitation in the provided sources. A public proof-of-concept repository is referenced on GitHub, which raises the practical likelihood that opportunistic actors could reproduce the issue against exposed instances.
Researcher notes
Stored XSS in three input parameters (About application, What's news, Release note) on the Software Package List Edit page of IngEstate Server v11.14.0. CVSS 6.1 with scope change indicates impact on other browser origins/sessions. Authoritative affected-product metadata is incomplete in the CVE record; validate the exact vendor and downstream product mapping directly with the vendor before scoping.
Mitigation direction
Check vendor guidance for a fixed IngEstate Server release beyond v11.14.0 and plan an upgrade.
Restrict access to the Software Package List Edit page to trusted administrators only.
Place the management interface behind VPN or IP allow-lists until patched.
Enable a Content Security Policy that blocks inline scripts on the affected pages.
Review admin and editor accounts, rotating credentials for any recently active shared accounts.
Validation and detection
Inventory IngEstate Server instances and confirm which are running v11.14.0.
Review web server and application logs for edits to the About application, What's news, or Release note fields.
Test the affected fields in a lab instance with a benign marker string to confirm output encoding on render.
Check identity and browser telemetry for anomalous admin session activity following visits to the Software Package List page.
Confirm exposure of the management interface to untrusted networks and remediate any unintended reachability.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.