Lucene search
K

2659 matches found

OSV
OSV
added 2024/01/31 10:44 p.m.25 views

GHSA-XR7R-F8XQ-VFVV runc vulnerable to container breakout through process.cwd trickery and leaked fds

Impact In runc 1.1.11 and earlier, due to an internal file descriptor leak, an attacker could cause a newly-spawned container process from runc exec to have a working directory in the host filesystem namespace, allowing for a container escape by giving access to the host filesystem "attack 2". Th...

8.6CVSS8.6AI score0.05076EPSS
Exploits18References11
OSV
OSV
added 2024/01/30 5:15 a.m.12 views

CVE-2024-21488

Versions of the package network before 0.7.0 are vulnerable to Arbitrary Command Injection due to use of the childprocess exec function without input sanitization. If attacker-controlled user input is given to the macaddressfor function of the package, it is possible for the attacker to execute...

9.8CVSS10AI score
Exploits0References5
Prion
Prion
added 2024/01/30 5:15 a.m.148 views

Command injection

Versions of the package network before 0.7.0 are vulnerable to Arbitrary Command Injection due to use of the childprocess exec function without input sanitization. If attacker-controlled user input is given to the macaddressfor function of the package, it is possible for the attacker to execute...

7.5CVSS10AI score0.02197EPSS
Exploits1References5Affected Software1
Cvelist
Cvelist
added 2024/01/30 5:0 a.m.11 views

CVE-2024-21488

Versions of the package network before 0.7.0 are vulnerable to Arbitrary Command Injection due to use of the childprocess exec function without input sanitization. If attacker-controlled user input is given to the macaddressfor function of the package, it is possible for the attacker to execute...

7.3CVSS10AI score0.02197EPSS
Exploits1References5
Positive Technologies
Positive Technologies
added 2024/01/25 12:0 a.m.3 views

PT-2024-15889 · Sourcecodester · Sourcecodester Online Tours & Travels Management System

Name of the Vulnerable Software and Affected Versions: SourceCodester Online Tours & Travels Management System version 1.0 Description: A critical issue affects the function exec of the file payment.php. The manipulation of the argument id leads to sql injection. The attack may be initiated...

9.8CVSS7.5AI score0.00106EPSS
Exploits1References7
Microsoft CVE
Microsoft CVE
added 2024/01/21 8:0 a.m.1 views

It was discovered that when exec'ing from a non-leader thread armed POSIX CPU timers would be left on a list but freed leading to a use-after-free.

...

7.8CVSS6.8AI score0.00412EPSS
Exploits3
Github Security Blog
Github Security Blog
added 2024/01/11 4:30 p.m.28 views

Authenticated (user role) remote command execution by modifying `nginx` settings (GHSL-2023-269)

Summary The Home Preference page exposes a small list of nginx settings such as Nginx Access Log Path and Nginx Error Log Path. However, the API also exposes testconfigcmd, reloadcmd and restartcmd. While the UI doesn't allow users to modify any of these settings, it is possible to do so by sendi...

8.8CVSS7.1AI score0.03099EPSS
Exploits1References7Affected Software1
OpenVAS
OpenVAS
added 2024/01/09 12:0 a.m.16 views

QNAP QuTS hero Multiple Vulnerabilities (QSA-23-27)

QNAP QuTS hero is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/o:qnap:qutshero"; ifdescriptio...

7.2CVSS7.1AI score0.00081EPSS
Exploits0References1
OSV
OSV
added 2024/01/08 6:15 p.m.1 views

AZL-33498 CVE-2022-2585 affecting package kernel for versions less than 5.15.153.1-1

It was discovered that when exec'ing from a non-leader thread, armed POSIX CPU timers would be left on a list but freed, leading to a use-after-free...

7.8CVSS6.4AI score0.00412EPSS
Exploits3References1
Talos
Talos
added 2024/01/08 12:0 a.m.34 views

GTKWave FST fstReaderIterBlocks2 chain_table allocation integer overflow vulnerabilities

Talos Vulnerability Report TALOS-2023-1798 GTKWave FST fstReaderIterBlocks2 chaintable allocation integer overflow vulnerabilities January 8, 2024 CVE Number CVE-2023-36915,CVE-2023-36916 SUMMARY Multiple integer overflow vulnerabilities exist in the FST fstReaderIterBlocks2 chaintable allocation...

7.8CVSS8.1AI score0.0005EPSS
Exploits2
Snyk
Snyk
added 2023/12/12 12:0 p.m.2 views

Container Breakout (Leaky Vessels)

Overview github.com/opencontainers/runc/libcontainer is a package for a modern container runtime. Affected versions of this package are vulnerable to Container Breakout Leaky Vessels. Due to certain leaked file descriptors, an attacker could cause a newly-spawned container process from runc exec ...

8.6CVSS8.7AI score0.05076EPSS
Exploits18References2
Snyk
Snyk
added 2023/12/12 12:0 p.m.1 views

Container Breakout (Leaky Vessels)

Overview Affected versions of this package are vulnerable to Container Breakout Leaky Vessels. Due to certain leaked file descriptors, an attacker could cause a newly-spawned container process from runc exec to have a working directory in the host filesystem namespace, allowing for a container...

8.6CVSS7.7AI score0.05076EPSS
Exploits18References2
Microsoft CVE
Microsoft CVE
added 2023/12/12 8:0 a.m.33 views

Microsoft ODBC Driver Remote Code Execution Vulnerability

...

8.8CVSS7.1AI score0.00904EPSS
Exploits0
OSV
OSV
added 2023/12/08 6:20 p.m.18 views

PSF-2023-12 Groups not dropped before running subprocess when using empty 'extra_groups' parameter

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the extragroups= parameter with an empty list as a value ie extragroups= the logic regressed to not call setgroups0, NULL before...

6.1CVSS5.6AI score0.00083EPSS
Exploits0References5
OSV
OSV
added 2023/12/08 6:20 p.m.13 views

PSF-CVE-2023-6507 Groups not dropped before running subprocess when using empty 'extra_groups' parameter

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the extragroups= parameter with an empty list as a value ie extragroups= the logic regressed to not call setgroups0, NULL before...

6.1CVSS5.6AI score0.00083EPSS
Exploits0References3
Prion
Prion
added 2023/11/16 8:15 p.m.18 views

Remote code execution

Microsoft Edge Chromium-based Remote Code Execution Vulnerability...

4.4CVSS7.7AI score0.00987EPSS
Exploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2023/11/08 3:38 p.m.4 views

mariadb: segmentation fault in Exec_time_tracker::get_loops/Filesort_tracker::report_use/filesort

MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Exectimetracker::getloops/Filesorttracker::reportuse/filesort...

7.5CVSS7.3AI score0.00272EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.0 views

kernel: Linux kernel: Denial of Service in vfio/type1 due to locked_vm underflow

A flaw was found in the Linux kernel's vfio/type1 module. A local user could exploit this vulnerability when a vfio container is preserved across an exec call. If the user unmaps a Direct Memory Access DMA mapping, the lockedvm counter can underflow. This underflow can cause subsequent DMA map...

5.5CVSS7AI score0.00021EPSS
Exploits0References5
NVD
NVD
added 2023/10/26 3:15 p.m.8 views

CVE-2023-45869

ILIAS 7.25 2023-09-12 allows any authenticated user to execute arbitrary operating system commands remotely, when a highly privileged account accesses an XSS payload. The injected commands are executed via the exec function in the execQuoted method of the ilUtil class...

9CVSS9AI score0.00112EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2023/10/26 3:15 p.m.2 views

CVE-2023-45869

ILIAS 7.25 2023-09-12 allows any authenticated user to execute arbitrary operating system commands remotely, when a highly privileged account accesses an XSS payload. The injected commands are executed via the exec function in the execQuoted method of the ilUtil class...

9CVSS6.1AI score0.00112EPSS
Exploits1References3
Rows per page
Query Builder