CVE-2022-46169 Vulnerability Analysis & Exploit Details

CVE-2022-46169
Vulnerability Scoring

9.8
/10
Critical Risk

As a catastrophic security flaw, CVE-2022-46169 has severe implications, demanding immediate intervention.

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: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-46169 Details

Status: Analyzed

Last updated: 🕝 18 Feb 2025, 14:51 UTC
Originally published on: 🕘 05 Dec 2022, 21:15 UTC

Time between publication and last update: 805 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2022-46169 Vulnerability Summary

CVE-2022-46169: Cacti is an open source platform which provides a robust and extensible operational monitoring and fault management framework for users. In affected versions a command injection vulnerability allows an unauthenticated user to execute arbitrary code on a server running Cacti, if a specific data source was selected for any monitored device. The vulnerability resides in the `remote_agent.php` file. This file can be accessed without authentication. This function retrieves the IP address of the client via `get_client_addr` and resolves this IP address to the corresponding hostname via `gethostbyaddr`. After this, it is verified that an entry within the `poller` table exists, where the hostname corresponds to the resolved hostname. If such an entry was found, the function returns `true` and the client is authorized. This authorization can be bypassed due to the implementation of the `get_client_addr` function. The function is defined in the file `lib/functions.php` and checks serval `$_SERVER` variables to determine the IP address of the client. The variables beginning with `HTTP_` can be arbitrarily set by an attacker. Since there is a default entry in the `poller` table with the hostname of the server running Cacti, an attacker can bypass the authentication e.g. by providing the header `Forwarded-For: <TARGETIP>`. This way the function `get_client_addr` returns the IP address of the server running Cacti. The following call to `gethostbyaddr` will resolve this IP address to the hostname of the server, which will pass the `poller` hostname check because of the default entry. After the authorization of the `remote_agent.php` file is bypassed, an attacker can trigger different actions. One of these actions is called `polldata`. The called function `poll_for_data` retrieves a few request parameters and loads the corresponding `poller_item` entries from the database. If the `action` of a `poller_item` equals `POLLER_ACTION_SCRIPT_PHP`, the function `proc_open` is used to execute a PHP script. The attacker-controlled parameter `$poller_id` is retrieved via the function `get_nfilter_request_var`, which allows arbitrary strings. This variable is later inserted into the string passed to `proc_open`, which leads to a command injection vulnerability. By e.g. providing the `poller_id=;id` the `id` command is executed. In order to reach the vulnerable call, the attacker must provide a `host_id` and `local_data_id`, where the `action` of the corresponding `poller_item` is set to `POLLER_ACTION_SCRIPT_PHP`. Both of these ids (`host_id` and `local_data_id`) can easily be bruteforced. The only requirement is that a `poller_item` with an `POLLER_ACTION_SCRIPT_PHP` action exists. This is very likely on a productive instance because this action is added by some predefined templates like `Device - Uptime` or `Device - Polling Time`. This command injection vulnerability allows an unauthenticated user to execute arbitrary commands if a `poller_item` with the `action` type `POLLER_ACTION_SCRIPT_PHP` (`2`) is configured. The authorization bypass should be prevented by not allowing an attacker to make `get_client_addr` (file `lib/functions.php`) return an arbitrary IP address. This could be done by not honoring the `HTTP_...` `$_SERVER` variables. If these should be kept for compatibility reasons it should at least be prevented to fake the IP address of the server running Cacti. This vulnerability has been addressed in both the 1.2.x and 1.3.x release branches with `1.2.23` being the first release containing the patch.

Assessing the Risk of CVE-2022-46169

Access Complexity Graph

The exploitability of CVE-2022-46169 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-2022-46169

With low attack complexity and no required privileges, CVE-2022-46169 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

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-2022-46169, 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-2022-46169, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2022-46169 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2022-46169 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2022-46169 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 96.253% (probability of exploit)

EPSS Percentile: 99.69% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 0.3100000000000023% of others.

CVE-2022-46169 References

External References

CWE Common Weakness Enumeration

CWE-863

Vulnerable Configurations

  • cpe:2.3:a:cacti:cacti:-:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:-:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.2:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.2a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.2a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.3:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.3a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.3a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.4:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.5:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.5a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.5a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6b:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6b:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6c:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6c:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6d:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6d:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6e:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6e:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6f:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6f:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6g:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6g:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6h:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6h:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6i:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6i:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6j:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6j:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.6k:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.6k:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7b:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7b:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7c:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7c:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7d:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7d:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7e:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7e:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7f:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7f:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7g:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7g:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7h:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7h:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.7i:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.7i:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8a:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8a:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8b:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8b:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8c:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8c:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8d:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8d:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8e:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8e:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8f:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8f:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8g:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8g:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:0.8.8h:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:0.8.8h:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.3:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.4:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.7:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.7:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.8:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.9:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.10:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.10:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.11:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.11:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.12:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.12:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.13:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.13:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.14:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.14:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.15:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.15:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.16:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.16:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.17:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.17:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.18:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.18:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.19:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.19:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.20:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.20:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.21:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.21:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.22:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.22:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.23:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.23:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.24:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.24:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.25:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.25:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.26:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.26:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.27:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.27:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.28:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.28:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.29:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.29:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.30:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.30:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.31:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.31:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.32:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.32:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.33:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.33:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.34:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.34:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.35:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.35:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.36:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.36:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.37:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.37:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.1.38:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.1.38:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.7:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.9:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.9:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.10:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.10:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.11:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.11:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.12:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.12:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.13:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.13:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.14:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.14:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.15:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.15:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.16:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.16:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.17:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.17:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.18:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.18:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.19:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.19:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.20:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.20:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.21:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.21:*:*:*:*:*:*:*
  • cpe:2.3:a:cacti:cacti:1.2.22:*:*:*:*:*:*:*
    cpe:2.3:a:cacti:cacti:1.2.22:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2022-46169: 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-4382 – A flaw was found in systems utilizing LUKS-encrypted disks with GRUB configured for TPM-based auto-decryption. When GRUB is set to automatically de...
  • CVE-2025-4206 – The WordPress CRM, Email & Marketing Automation for WordPress | Award Winner — Groundhogg plugin for WordPress is vulnerable to arbitrary file dele...
  • CVE-2025-3897 – The EUCookieLaw plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 2.7.2 via the 'file_get_contents' f...
  • CVE-2025-3528 – A flaw was found in the Mirror Registry. The quay-app container shipped as part of the Mirror Registry for OpenShift has write access to the `/etc/...
  • CVE-2025-1087 – Kong Insomnia Desktop Application before 11.0.2 contains a template injection vulnerability that allows attackers to execute arbitrary code. The vu...