CVE-2025-34173 Vulnerability Analysis & Exploit Details

CVE-2025-34173
Vulnerability Scoring

4.3
/10
Medium Risk

The vulnerability CVE-2025-34173 could compromise system integrity but typically requires user interaction to be exploited.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2025-34173 Details

Status: Analyzed

Last updated: 🕝 20 Oct 2025, 14:50 UTC
Originally published on: 🕗 09 Sep 2025, 20:15 UTC

Time between publication and last update: 40 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

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

CVE-2025-34173 Vulnerability Summary

CVE-2025-34173: In pfSense CE /usr/local/www/snort/snort_ip_reputation.php, the value of the iplist parameter is not sanitized of directory traversal-related characters/strings before being used to check if a file exists. While the contents of the file cannot be read, the server reveals whether a file exists, which allows an attacker to enumerate files on the target. The attacker must be authenticated with at least "WebCfg - Services: Snort package" permissions.

Assessing the Risk of CVE-2025-34173

Access Complexity Graph

The exploitability of CVE-2025-34173 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2025-34173

CVE-2025-34173 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2025-34173, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2025-34173, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: Low
    CVE-2025-34173 could lead to minor leaks of non-critical information without major privacy breaches.
  • Integrity: None
    CVE-2025-34173 poses no threat to data integrity.
  • Availability: None
    CVE-2025-34173 does not impact system availability.

CVE-2025-34173 References

External References

CWE Common Weakness Enumeration

CWE-22

CAPEC Common Attack Pattern Enumeration and Classification

  • Path Traversal CAPEC-126 An adversary uses path manipulation methods to exploit insufficient input validation of a target to obtain access to data that should be not be retrievable by ordinary well-formed requests. A typical variety of this attack involves specifying a path to a desired file together with dot-dot-slash characters, resulting in the file access API or function traversing out of the intended directory structure and into the root file system. By replacing or modifying the expected path information the access function or API retrieves the file desired by the attacker. These attacks either involve the attacker providing a complete path to a targeted file or using control characters (e.g. path separators (/ or \) and/or dots (.)) to reach desired directories or files.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic CAPEC-64 This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple ways of encoding a URL and abuse the interpretation of the URL. A URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Web Input to File System Calls CAPEC-76 An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
  • Using Escaped Slashes in Alternate Encoding CAPEC-78 This attack targets the use of the backslash in alternate encoding. An adversary can provide a backslash as a leading character and causes a parser to believe that the next character is special. This is called an escape. By using that trick, the adversary tries to exploit alternate ways to encode the same character which leads to filter problems and opens avenues to attack.
  • Using Slashes in Alternate Encoding CAPEC-79 This attack targets the encoding of the Slash characters. An adversary would try to exploit common filtering problems related to the use of the slashes characters to gain access to resources on the target host. Directory-driven systems, such as file systems and databases, typically use the slash character to indicate traversal between directories or other container components. For murky historical reasons, PCs (and, as a result, Microsoft OSs) choose to use a backslash, whereas the UNIX world typically makes use of the forward slash. The schizophrenic result is that many MS-based systems are required to understand both forms of the slash. This gives the adversary many opportunities to discover and abuse a number of common filtering problems. The goal of this pattern is to discover server software that only applies filters to one version, but not the other.

Vulnerable Configurations

  • cpe:2.3:a:pfsense:pfsense:-:*:*:*:community:*:*:*
    cpe:2.3:a:pfsense:pfsense:-:*:*:*:community:*:*:*
  • cpe:2.3:a:pfsense:pfsense:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:1.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:1.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:1.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:1.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.2.6:*:*:*:community:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.2.6:*:*:*:community:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.3:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.3:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.4:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.4:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.3.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.3.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.4.4:p2:*:*:community:*:-:*
    cpe:2.3:a:pfsense:pfsense:2.4.4:p2:*:*:community:*:-:*
  • cpe:2.3:a:pfsense:pfsense:2.4.4:p2:*:*:community:*:arm64:*
    cpe:2.3:a:pfsense:pfsense:2.4.4:p2:*:*:community:*:arm64:*
  • cpe:2.3:a:pfsense:pfsense:2.4.4:p3:*:*:community:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.4.4:p3:*:*:community:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.4.5:p1:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.4.5:p1:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.5.2:*:*:*:community:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.5.2:*:*:*:community:*:*:*
  • cpe:2.3:a:pfsense:pfsense:2.6.0:*:*:*:community:*:*:*
    cpe:2.3:a:pfsense:pfsense:2.6.0:*:*:*:community:*:*:*

Protect Your Infrastructure against CVE-2025-34173: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-10646 – The Search Exclude plugin for WordPress is vulnerable to unauthorized modification of data due to a insufficient capability check on the Base::get_...
  • CVE-2025-6389 – The Sneeit Framework plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 8.3 via the sneeit_articles_...
  • CVE-2025-59373 – A local privilege escalation vulnerability exists in the restore mechanism of ASUS System Control Interface. It can be triggered when an unpri...
  • CVE-2025-9803 – lunary-ai/lunary version 1.9.34 is vulnerable to an account takeover due to improper authentication in the Google OAuth integration. The applicatio...
  • CVE-2025-65951 – Inside Track / Entropy Derby is a research-grade horse-racing betting engine. Prior to commit 2d38d2f, the VDF-based timelock encryption system fai...