VYPR

CWE-59

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

BaseDraftLikelihood: Medium

Description

The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Hierarchy (View 1000)

Related attack patterns (CAPEC)

CAPEC-132 · CAPEC-17 · CAPEC-35 · CAPEC-76

CVEs mapped to this weakness (1,658)

page 60 of 83
  • CVE-2026-65061LowJul 21, 2026
    risk 0.00cvss 3.8epss 0.00

    Data::ReqRep::Shared versions before 0.05 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in reqrep.h with open(path, O_RDWR | O_CREAT, 0666), for both the request-reply and the integer-variant segments. The…

  • CVE-2026-64617LowJul 21, 2026
    risk 0.00cvss 3.8epss 0.00

    Data::PubSub::Shared versions before 0.07 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in pubsub.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created…

  • CVE-2026-64616LowJul 21, 2026
    risk 0.00cvss 3.3epss 0.00

    Data::NDArray::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in ndarray.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is…

  • CVE-2026-64615LowJul 21, 2026
    risk 0.00cvss 3.3epss 0.00

    Data::Graph::Shared versions before 0.04 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in graph.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created…

  • CVE-2026-64614LowJul 21, 2026
    risk 0.00cvss 3.8epss 0.00

    Data::Deque::Shared versions before 0.06 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in deque.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created…

  • CVE-2026-64613MedJul 21, 2026
    risk 0.00cvss 6.2epss 0.00

    Data::Buffer::Shared versions before 0.05 for Perl create a world-readable mmap backing file and open it without O_NOFOLLOW. The segment is created in buf_generic.h with open(path, O_RDWR|O_CREAT|O_EXCL, 0666). O_EXCL blocks a pre-seeded file on create, but the mode is 0666, so…

  • CVE-2026-8170HigJul 20, 2026
    risk 0.00cvss epss 0.00

    The mv, cp, and rm file utilities exposed within the ExtremeXOS (EXOS) shell environment fail to safely canonicalize paths and follow symbolic links outside of the intended privilege boundary. An attacker with low-privilege CLI access can create a symbolic link that references a…

  • CVE-2026-16130MedJul 18, 2026
    risk 0.00cvss 4.4epss 0.00

    A vulnerability was identified in nearai ironclaw up to 0.29.1. The affected element is the function validate_path of the file src/tools/builtin/path_utils.rs of the component write_file. The manipulation leads to link following. Local access is required to approach this attack.…

  • CVE-2026-16077MedJul 18, 2026
    risk 0.00cvss 5.3epss 0.00

    A vulnerability was found in AstrBotDevs AstrBot up to 4.25.5. Impacted is the function _normalize_rw_path of the file astrbot/core/tools/computer_tools/fs.py of the component Filesystem Computer-Use Tool. Performing a manipulation results in link following. The attack is only…

  • CVE-2026-53535MedJul 16, 2026
    risk 0.00cvss epss 0.01

    Activepieces is an open source AI workflow automation platform. Prior to 0.82.0, the git-sync feature clones a user-configured Git repository into a temporary directory on the server and then writes flow, table, and connection state into it before pushing back, and two separate…

  • CVE-2026-12391MedJul 16, 2026
    risk 0.00cvss 5.0epss 0.00

    An insecure symlink following vulnerability exists in Canonical ubuntu-pro-client (formerly ubuntu-advantage-tools) within the pro collect-logs command framework. The utility creates or utilizes predictable temporary file paths or user-accessible log directories when gathering…

  • CVE-2026-61371HigJul 15, 2026
    risk 0.00cvss 7.5epss 0.00

    Microsoft AVML before 0.17.0 could follow a symlink when opening a destination output path on Unix, allowing truncation/overwrite of the symlink target. The destructive effect is performed at open-time via O_TRUNC, and can happen before full input validation completes…

  • CVE-2026-50469HigJul 14, 2026
    risk 0.00cvss 7.8epss 0.00

    Improper link resolution before file access ('link following') in Windows Projected File System allows an authorized attacker to elevate privileges locally.

  • CVE-2026-50438HigJul 14, 2026
    risk 0.00cvss 8.8epss 0.00

    Improper link resolution before file access ('link following') in Microsoft PC Manager allows an authorized attacker to elevate privileges locally.

  • CVE-2026-58636HigJul 14, 2026
    risk 0.00cvss 7.8epss 0.00

    Improper link resolution before file access ('link following') in Window PC Manager allows an authorized attacker to elevate privileges locally.

  • CVE-2026-50364HigJul 14, 2026
    risk 0.00cvss 7.3epss 0.00

    Improper link resolution before file access ('link following') in Windows Server Backup allows an authorized attacker to elevate privileges locally.

  • CVE-2026-49791HigJul 14, 2026
    risk 0.00cvss 7.1epss 0.00

    Improper link resolution before file access ('link following') in Windows Routing and Remote Access Service (RRAS) allows an authorized attacker to elevate privileges locally.

  • CVE-2026-49180MedJul 14, 2026
    risk 0.00cvss 5.5epss 0.00

    Improper link resolution before file access ('link following') in Universal Plug and Play (upnp.dll) allows an authorized attacker to disclose information locally.

  • CVE-2026-49176HigJul 14, 2026
    risk 0.00cvss 7.8epss 0.00

    Improper privilege management in Windows WalletService allows an authorized attacker to elevate privileges locally.

  • CVE-2026-15629MedJul 14, 2026
    risk 0.00cvss 6.3epss 0.00

    A weakness has been identified in louisho5 picobot up to 0.2.0. Impacted is the function CreateSkill/GetSkill of the file internal/agent/tools/filesystem.go of the component Workspace Handler. Executing a manipulation can lead to link following. It is possible to launch the…