LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2419: URVE Web Manager upload.php unrestricted upload

A vulnerability was found in URVE Web Manager. It has been declared as critical. This vulnerability affects unknown code of the file _internal/collector/upload.php. The manipulation leads to unrestricted upload. Access to the local network is required for this attack to succeed. The exploit has been disclosed to the public and may be used.

HighCVSS 8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

URVE Web Manager has a critical unrestricted file upload issue in _internal/collector/upload.php. A low-privileged actor on the local or adjacent network could abuse upload handling, potentially affecting confidentiality, integrity, and availability. The provided sources do not name fixed versions or vendor mitigation.

Executive priority

Treat this as a high-priority internal exposure issue. The risk is serious because successful abuse could compromise the Web Manager host, but provided evidence limits the expected attack path to local or adjacent network access.

Technical view

CVE-2022-2419 is CWE-434 in URVE Web Manager upload.php. The CVSS 3.1 vector is AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, score 8.0. Affected versions are not specified. Public exploit disclosure is reported, but KEV status is false in the bundle.

Likely exposure

Exposure is most likely where URVE Web Manager is reachable from internal, adjacent, or local network segments and low-privileged accounts exist. Internet exposure is not established by the provided sources. Version-level exposure cannot be narrowed because affected versions are listed as n/a.

Exploitation context

The source bundle states that exploit details were publicly disclosed and may be used. It also states local network access is required. There is no provided evidence of confirmed active exploitation or CISA KEV listing, so active exploitation should not be assumed.

Researcher notes

Evidence is incomplete on affected versions, patch status, and real-world exploitation. Prioritize asset discovery, network scoping, authentication review, and vendor-advisory tracking. Avoid assuming a specific product version or remediation beyond access restriction and vendor-confirmed updates.

Mitigation direction

  • Check URVE vendor guidance for patches, fixed versions, or supported mitigations.
  • Restrict URVE Web Manager access to trusted management networks only.
  • Review and tighten authentication for Web Manager users.
  • Block unnecessary access to _internal/collector/upload.php where operationally safe.
  • Monitor upload directories and application logs for unexpected files.
  • Consider isolating or disabling affected deployments until vendor guidance is confirmed.

Validation and detection

  • Inventory all URVE Web Manager deployments and network reachability.
  • Confirm whether _internal/collector/upload.php exists on deployed systems.
  • Review application logs for suspicious upload activity.
  • Check uploaded file locations for unexpected executable or script files.
  • Verify only trusted users can access Web Manager.
  • Document installed versions and compare them with any vendor advisory.
Prepared
Confidence
medium
Sources
4

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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-2022-2419 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
High
CVSS
8 (3.1)
Known Exploited
No
Published

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

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
3Source 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
8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.15.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8High
CVSS 3.1 vector shape for CVE-2022-2419Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
URVEWeb Managern/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.