LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25264: Snipe-IT Open Source Asset Management 4.7.5 - Persistent Cross-Site Scripting

Snipe-IT 4.7.5 contains a persistent cross-site scripting vulnerability that allows authorized users to upload malicious SVG files with embedded JavaScript. Attackers can craft SVG files with script tags to execute arbitrary JavaScript when the accessory is viewed by other users.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Snipe-IT 4.7.5 has a stored cross-site scripting issue. A logged-in user can upload a malicious SVG file that runs JavaScript when another user views the affected accessory. This can expose session-related data or perform actions in the viewer’s browser context, depending on application protections and user privileges.

Executive priority

Prioritize in environments where many users access Snipe-IT or where compromised accounts are a realistic concern. This is not a critical infrastructure takeover issue, but stored XSS can undermine trust in an internal asset system and expose privileged users to browser-session abuse.

Technical view

CVE-2019-25264 is CWE-79 persistent XSS in Snipe-IT Open Source Asset Management 4.7.5. The reported vector is SVG upload containing embedded JavaScript by an authorized user. CVSS 3.1 is 6.4: network exploitable, low complexity, low privileges required, scope changed, low confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure is limited to organizations running Snipe-IT 4.7.5 where authorized users can upload SVG files to accessories. Internet exposure increases reach, but exploitation still requires application access according to the provided CVSS privileges requirement.

Exploitation context

A public ExploitDB entry exists, so proof-of-concept information is available. The source bundle does not identify CISA KEV listing or confirmed active exploitation. Treat this as plausible insider or compromised-account abuse rather than proven widespread exploitation.

Researcher notes

The affected version is specifically listed as 4.7.5. The bundle does not provide a named fixed version or vendor mitigation. Avoid assuming all Snipe-IT versions are affected. ExploitDB indicates public exploit material, but active exploitation is not established by the provided sources.

Mitigation direction

  • Identify any Snipe-IT 4.7.5 instances.
  • Check Snipe-IT vendor guidance for fixed versions or configuration recommendations.
  • Restrict accessory upload permissions to trusted users until remediated.
  • Block SVG uploads if supported by existing configuration.
  • Review uploaded accessory files for unexpected SVG content.

Validation and detection

  • Confirm the deployed Snipe-IT version from application or asset inventory.
  • Verify whether accessory file uploads allow SVG files.
  • Review user roles allowed to upload accessory attachments.
  • Search existing attachments for SVG files requiring review.
  • Confirm remediation against official Snipe-IT release or advisory guidance.
Prepared
Confidence
medium
Sources
6

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25264 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2019-25264Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SnipeitappIT Open Source Asset Management4.7.5Listed
Weakness

CWE details

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.