Security readout for executives and security teams
Plain-English summary
This CVE describes a cross-site scripting flaw in Vesta v1.0.0-5 tied to the upload handler. If a vulnerable Vesta instance exposes that web/API path, an attacker may be able to make a user's browser process untrusted script. The bundle does not provide severity, CVSS, a fixed version, or confirmed exploitation.
Executive priority
Treat this as a targeted exposure check, not a confirmed emergency. Prioritize internet-facing or administrator-facing Vesta instances first, because XSS can support account compromise when trusted users interact with vulnerable pages.
Technical view
The record identifies XSS through the body function in /web/api/v1/upload/UploadHandler.php. The affected metadata is sparse: vendor, product, CPEs, CWE, and CVSS are not populated. Analysis should therefore focus on whether Vesta v1.0.0-5 is present and whether this handler is reachable.
Likely exposure
Likely limited to organizations running Vesta v1.0.0-5 with the web API upload handler accessible to users or the internet. The provided sources do not identify broader product lines, downstream packages, or exact deployment conditions.
Exploitation context
The source bundle does not show CISA KEV listing, public active exploitation, or exploit maturity details. The GitHub issue is a public disclosure reference, which may help attackers identify the vulnerable component, but exploitation status is not confirmed.
Researcher notes
Evidence is incomplete. The CVE record names the vulnerable file and function, but lacks CVSS, CWE, CPEs, patch status, and exploitation evidence. Avoid expanding affected scope beyond Vesta v1.0.0-5 without vendor or code confirmation.
Mitigation direction
- Check the vendor issue and project guidance for any fixed version or official workaround.
- Restrict access to the Vesta web/API upload path where business operations allow.
- Inventory and prioritize systems running Vesta v1.0.0-5.
- Apply contextual output encoding or sanitization only after confirming affected code ownership.
- Monitor logs for unusual access to the upload handler path.
Validation and detection
- Confirm whether any deployed system runs Vesta v1.0.0-5.
- Verify whether /web/api/v1/upload/UploadHandler.php is reachable from untrusted networks.
- Review the body function handling for unsafe reflection or rendering of user-controlled input.
- Check whether compensating access controls protect the upload API.
- Document findings because official severity and CVSS are absent.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2022-36305 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/serghey-rodin/vesta/issues/2252CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
