CVE-2023-40590 Vulnerability Analysis & Exploit Details

CVE-2023-40590
Vulnerability Scoring

7.8
/10
Very High Risk

Highly exploitable, CVE-2023-40590 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: Required
    User interaction is necessary for successful exploitation.

CVE-2023-40590 Details

Status: Modified

Last updated: 🕗 21 Nov 2024, 08:19 UTC
Originally published on: 🕕 28 Aug 2023, 18:15 UTC

Time between publication and last update: 450 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2023-40590 Vulnerability Summary

CVE-2023-40590: GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the `git` command, if a user runs GitPython from a repo has a `git.exe` or `git` executable, that program will be run instead of the one in the user's `PATH`. This is more of a problem on how Python interacts with Windows systems, Linux and any other OS aren't affected by this. But probably people using GitPython usually run it from the CWD of a repo. An attacker can trick a user to download a repository with a malicious `git` executable, if the user runs/imports GitPython from that directory, it allows the attacker to run any arbitrary commands. There is no fix currently available for windows users, however there are a few mitigations. 1: Default to an absolute path for the git program on Windows, like `C:\\Program Files\\Git\\cmd\\git.EXE` (default git path installation). 2: Require users to set the `GIT_PYTHON_GIT_EXECUTABLE` environment variable on Windows systems. 3: Make this problem prominent in the documentation and advise users to never run GitPython from an untrusted repo, or set the `GIT_PYTHON_GIT_EXECUTABLE` env var to an absolute path. 4: Resolve the executable manually by only looking into the `PATH` environment variable.

Assessing the Risk of CVE-2023-40590

Access Complexity Graph

The exploitability of CVE-2023-40590 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-2023-40590

With low attack complexity and no required privileges, CVE-2023-40590 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-2023-40590, 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-2023-40590, 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-2023-40590 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2023-40590 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2023-40590 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: 0.069% (probability of exploit)

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

CVE-2023-40590 References

External References

CWE Common Weakness Enumeration

CWE-426

CAPEC Common Attack Pattern Enumeration and Classification

  • Leveraging/Manipulating Configuration File Search Paths CAPEC-38 This pattern of attack sees an adversary load a malicious resource into a program's standard path so that when a known command is executed then the system instead executes the malicious component. The adversary can either modify the search path a program uses, like a PATH variable or classpath, or they can manipulate resources on the path to point to their malicious components. J2EE applications and other component based applications that are built from multiple binaries can have very long list of dependencies to execute. If one of these libraries and/or references is controllable by the attacker then application controls can be circumvented by the attacker.

Vulnerable Configurations

  • cpe:2.3:a:gitpython_project:gitpython:-:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:-:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.1.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.1.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.1.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.1.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.1.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.1.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.1.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.1.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.2.0:beta1:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.2.0:beta1:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.0:beta1:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.0:beta1:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.1:-:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.1:-:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.1:beta1:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.1:beta1:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.1:beta2:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.1:beta2:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.2:-:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.2:-:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.2.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.2.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.2:rc1:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.2:rc1:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.3:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.3:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:0.3.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:0.3.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:1.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:1.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:1.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:1.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:1.0.2:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:1.0.2:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.2:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.2:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.3:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.3:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.8:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.8:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.0.9:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.0.9:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.0:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.0:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.2:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.2:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.3:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.3:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.8:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.8:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.9:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.9:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.10:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.10:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.11:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.11:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.12:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.12:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.13:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.13:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.14:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.14:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:2.1.15:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:2.1.15:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.2:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.2:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.3:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.3:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.8:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.8:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.0.9:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.0.9:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.0:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.0:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.1:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.1:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.2:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.2:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.3:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.3:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.4:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.4:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.5:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.5:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.6:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.6:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.7:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.7:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.8:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.8:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.9:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.9:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.10:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.10:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.11:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.11:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.12:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.12:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.13:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.13:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.14:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.14:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.15:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.15:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.16:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.16:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.17:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.17:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.18:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.18:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.19:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.19:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.20:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.20:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.22:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.22:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.23:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.23:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.24:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.24:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.25:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.25:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.26:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.26:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.27:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.27:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.28:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.28:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.29:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.29:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.30:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.30:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.31:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.31:*:*:*:*:python:*:*
  • cpe:2.3:a:gitpython_project:gitpython:3.1.32:*:*:*:*:python:*:*
    cpe:2.3:a:gitpython_project:gitpython:3.1.32:*:*:*:*:python:*:*

Protect Your Infrastructure against CVE-2023-40590: 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-4223 – The Page Builder: Pagelayer – Drag and Drop website builder plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘login_url...
  • CVE-2025-5058 – The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the...
  • CVE-2025-4603 – The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation ...
  • CVE-2025-4602 – The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Reads in all versions up to, and including, 1.2.5 ...
  • CVE-2025-4336 – The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the...