Description
Improper link resolution before file access ('link following') in .NET allows an authorized attacker to perform tampering locally.
Published: 2026-07-14
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw arises from improper link resolution before file access, or 'link following', inside Microsoft .NET. A local user with legitimate authorization can influence the path that the framework resolves. Because the resolution does not enforce secure access checks, the user can cause the runtime to open, read, modify, or delete files outside the intended directory. The weakness is tied to using untrusted relative paths (CWE‑59) and the failure to enforce read/write checks (CWE‑345). The result is a loss of data integrity and potential disclosure of sensitive information residing in arbitrary files on the system.

Affected Systems

Microsoft .NET 8.0, 9.0 and 10.0 are affected. Additionally, Microsoft Visual Studio 2022 versions 17.12, 17.14, and the upcoming Visual Studio 2026 version 18.7 are impacted. Any installation that includes these products and has not been updated with the vendor’s fix is at risk.

Risk and Exploitability

The CVSS score of 7.0 indicates a moderate‑to‑high severity. The EPSS score of less than 1% suggests a low likelihood of exploitation in the wild, and the vulnerability is not currently listed in CISA’s KEV catalog. Attackers must already have authorized system access to exploit the flaw, so the attack vector is local. Once the vulnerability is triggered, the attacker can tamper with files, potentially altering application behavior or compromising data integrity.

Generated by OpenCVE AI on July 31, 2026 at 05:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all affected .NET 8.0, 9.0, and 10.0 installations to the latest patch from Microsoft.
  • Upgrade Visual Studio 2022 to the newest patched release for versions 17.12, 17.14, and any future releases; also apply the patch for Visual Studio 2026 18.7.
  • Modify applications to validate and sanitize file paths before performing file operations, and use secure APIs that reject relative or symbolic links.

Generated by OpenCVE AI on July 31, 2026 at 05:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-55jh-fwmh-39m4 Microsoft Security Advisory CVE-2026-50526 – .NET Tampering Vulnerability
Ubuntu USN Ubuntu USN USN-8553-1 .NET vulnerabilities
History

Sat, 18 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Redhat
Redhat hummingbird
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 15 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
Description Improper link resolution before file access ('link following') in .NET allows an authorized attacker to perform tampering locally.
Title .NET Tampering Vulnerability
First Time appeared Microsoft
Microsoft .net
Microsoft visual Studio 2022
Microsoft visual Studio 2026
Weaknesses CWE-345
CWE-59
CPEs cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*
cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*
cpe:2.3:a:microsoft:visual_studio_2026:*:*:*:*:*:*:*:*
Vendors & Products Microsoft
Microsoft .net
Microsoft visual Studio 2022
Microsoft visual Studio 2026
References
Metrics cvssV3_1

{'score': 7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft .net Visual Studio 2022 Visual Studio 2026
Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-08-03T22:56:23.587Z

Reserved: 2026-06-04T19:00:41.293Z

Link: CVE-2026-50526

cve-icon Vulnrichment

Updated: 2026-07-15T10:37:19.402Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-14T19:29:54Z

Links: CVE-2026-50526 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T05:45:03Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')