CVE-2026-0487
Awaiting Analysis Awaiting Analysis - Queue

SAProuter DLL Hijacking Vulnerability on Windows

Vulnerability report for CVE-2026-0487, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-20

Assigner: SAP SE

Description

SAProuter on Microsoft Windows allows an unauthenticated attacker to load library (DLL) files from an untrusted location, allowing them to execute malicious code on the system. This could enable the attacker to hijack the DLL loading process and achieve arbitrary code execution. This has high impact on confidentiality, integrity and availability of the system.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-20
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sap saprouter *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-427 The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-0487 is a vulnerability in SAProuter on Microsoft Windows. It allows an unauthenticated attacker to load dynamic link library (DLL) files from an untrusted location. This occurs because the software does not properly validate the location of DLL files before loading them.

By exploiting this vulnerability, an attacker can execute malicious code on the affected system. This could lead to arbitrary code execution, where the attacker hijacks the DLL loading process to run unauthorized commands or software.

The vulnerability has a high impact on the system's confidentiality, integrity, and availability, meaning it can lead to unauthorized access to sensitive data, manipulation of system functions, or disruption of services.

Detection Guidance

Detecting the SAProuter DLL hijacking vulnerability on a Microsoft Windows system involves checking for insecure DLL loading behavior. Since the vulnerability allows loading DLLs from an untrusted location, you can monitor or inspect the directories from which SAProuter attempts to load DLLs.

  • Use Process Monitor (ProcMon) from Sysinternals to filter for SAProuter.exe and observe DLL load attempts. Look for failed or unusual DLL load paths.
  • Check the directories in the system's PATH environment variable for writable locations that could be exploited. Commands like 'echo %PATH%' in Command Prompt can list these directories.
  • Inspect the SAProuter installation directory and its subdirectories for unexpected or unauthorized DLL files. Use 'dir /s *.dll' in the SAProuter directory to list all DLLs.
  • Verify the integrity of system and application DLLs by comparing them against known good versions or using file hashing tools like 'certutil -hashfile'.
Impact Analysis

If you are using SAProuter on Microsoft Windows, this vulnerability could have several severe impacts:

  • An attacker could execute arbitrary code on your system, potentially gaining full control over it.
  • The attacker could access, modify, or delete sensitive data stored on the affected system, compromising confidentiality and integrity.
  • The system's availability could be disrupted, leading to downtime or loss of critical services.
  • Since the attack does not require authentication, any attacker with network access to the system could exploit this vulnerability.
Compliance Impact

This vulnerability could impact compliance with several common standards and regulations in the following ways:

  • GDPR (General Data Protection Regulation): If the affected system processes or stores personal data of EU citizens, a breach could lead to unauthorized access or disclosure of this data. This may result in non-compliance with GDPR's data protection requirements, potentially leading to significant fines and legal consequences.
  • HIPAA (Health Insurance Portability and Accountability Act): If the system handles protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access or alteration of PHI. This would violate HIPAA's security and privacy rules, resulting in penalties and reputational damage.
  • Other standards like ISO 27001, NIST, or SOC 2 require organizations to maintain the confidentiality, integrity, and availability of information systems. This vulnerability directly undermines these principles, potentially leading to non-compliance and failed audits.

Organizations must address this vulnerability promptly to avoid regulatory violations and ensure the security of sensitive data.

Mitigation Strategies

To mitigate the SAProuter DLL hijacking vulnerability, follow these immediate steps:

  • Apply the latest security patches or updates provided by SAP for SAProuter. Refer to SAP Security Note 3692165 for specific guidance.
  • Restrict write permissions to the SAProuter installation directory and its subdirectories to prevent unauthorized DLL placement. Use 'icacls' or Windows Explorer to modify permissions.
  • Ensure the system's PATH environment variable does not include untrusted or writable directories. Remove or secure any such directories.
  • Enable Secure DLL Search Mode on Windows to prioritize system directories for DLL loading. This can be done via registry settings or Group Policy.
  • Monitor the system for unusual DLL load attempts or unauthorized file modifications using tools like Windows Event Logs or third-party security software.
  • Consider isolating the SAProuter system from untrusted networks until patches are applied or mitigations are confirmed effective.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-0487. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart