Lucene search
K

2659 matches found

Prion
Prion
added 2022/12/13 7:15 p.m.20 views

Remote code execution

Windows Secure Socket Tunneling Protocol SSTP Remote Code Execution Vulnerability...

5.1CVSS8AI score0.00565EPSS
Exploits0References1Affected Software5
OSV
OSV
added 2022/12/13 8:35 a.m.0 views

USN-5776-1 containerd vulnerabilities

It was discovered that containerd incorrectly handled memory when receiving certain faulty Exec or ExecSync commands. A remote attacker could possibly use this issue to cause a denial of service or crash containerd. CVE-2022-23471, CVE-2022-31030 It was discovered that containerd incorrectly set ...

7.5CVSS6.5AI score0.0114EPSS
Exploits1References5
Positive Technologies
Positive Technologies
added 2022/12/13 12:0 a.m.3 views

PT-2022-27328 · Wasm3 · Wasm3

Name of the Vulnerable Software and Affected Versions: wasm3 version 7890a2097569fde845881e0b352d813573e371f9 Description: A segmentation fault was discovered in the op CallIndirect component at /m3 exec.h. Recommendations: For version 7890a2097569fde845881e0b352d813573e371f9, consider updating t...

5.5CVSS5.3AI score0.00134EPSS
Exploits1References4
Snyk
Snyk
added 2022/12/06 4:18 p.m.2 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the theProcess functionality due to improper user-input sanitization. PoC js var root = require"exec-local-bin" root"& touch JHU", Remediation Upgrade exec-local-bin to version 1.2.0 or higher. References - GitHub...

9.8CVSS7.4AI score0.01647EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2022/11/15 3:31 p.m.1 views

runc: incorrect handling of inheritable capabilities

A flaw was found in runc, where runc exec --cap executed processes with non-empty inheritable Linux process capabilities. This issue creates an atypical Linux environment and enables programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve2...

7.8CVSS6.8AI score0.00127EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.1 views

kernel: posix-cpu-timers: Cleanup CPU timers before freeing them during exec

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Cleanup CPU timers before freeing them during exec Commit 55e8c8eb2c7b "posix-cpu-timers: Store a reference to a pid not a task" started looking up tasks by PID when deleting a CPU timer. When a non-leader threa...

7.8CVSS6.2AI score0.00064EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2022/11/11 12:0 a.m.2 views

PT-2022-36762 · Git +1 · Mruby

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash caused by a negative-size-param, which occurs in the mrb str format function, followed by mrb f sprintf and mrb vm exec. ...

6.9AI score
Exploits0References2
Positive Technologies
Positive Technologies
added 2022/11/10 12:0 a.m.3 views

PT-2022-36760 · Git +1 · Mruby

Name of the Vulnerable Software and Affected Versions: No specific software or versions mentioned. Description: A crash occurred due to an unknown read issue. The crash state includes functions such as pack unpack, mrb pack unpack, and mrb vm exec. Recommendations: At the moment, there is no...

6.8AI score
Exploits0References2
RedHat Linux
RedHat Linux
added 2022/11/08 11:35 a.m.170 views

Low: Red Hat Security Advisory: container-tools:rhel8 security, bug fix, and enhancement update

An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

7.1CVSS6.7AI score0.00087EPSS
Exploits2References21
CISA KEV Catalog
CISA KEV Catalog
added 2022/11/08 12:0 a.m.67 views

Microsoft Windows Scripting Languages Remote Code Execution Vulnerability

Microsoft Windows contains an unspecified vulnerability in the JScript9 scripting language which allows for remote code execution...

8.8CVSS2.5AI score0.39236EPSS
In wildExploits0
OSV
OSV
added 2022/11/02 4:15 p.m.3 views

AZL-79026 CVE-2022-41716 affecting package golang 1.25.7-1

Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavi...

7.5CVSS6.6AI score0.00013EPSS
Exploits0References1
Cvelist
Cvelist
added 2022/11/02 3:28 p.m.21 views

CVE-2022-41716 Unsanitized NUL in environment variables on Windows in syscall and os/exec

Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavi...

7.7AI score0.00013EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2022/11/02 3:28 p.m.28 views

CVE-2022-41716 Unsanitized NUL in environment variables on Windows in syscall and os/exec

Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavi...

6.5AI score0.00013EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2022/11/02 2:40 p.m.3 views

kernel: posix-cpu-timers: Cleanup CPU timers before freeing them during exec

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Cleanup CPU timers before freeing them during exec Commit 55e8c8eb2c7b "posix-cpu-timers: Store a reference to a pid not a task" started looking up tasks by PID when deleting a CPU timer. When a non-leader threa...

7.8CVSS6.2AI score0.00064EPSS
Exploits0References5
Snyk
Snyk
added 2022/11/01 11:55 p.m.2 views

Improper Neutralization of Null Byte or NUL Character

Overview std/syscall is a Go standard library package std/syscall Affected versions of this package are vulnerable to Improper Neutralization of Null Byte or NUL Character. Go Vulnerability Report: Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on...

7.5CVSS5.1AI score0.00013EPSS
Exploits0References3
Snyk
Snyk
added 2022/11/01 11:55 p.m.1 views

Improper Neutralization of Null Byte or NUL Character

Overview std/os/exec is a Go standard library package std/os/exec Affected versions of this package are vulnerable to Improper Neutralization of Null Byte or NUL Character. Go Vulnerability Report: Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on...

7.5CVSS6.8AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2022/11/01 11:55 p.m.37 views

GO-2022-1095 Unsanitized NUL in environment variables on Windows in syscall and os/exec

Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavi...

7.5CVSS7.5AI score0.00013EPSS
Exploits0References3
Debian
Debian
added 2022/10/23 6:38 p.m.23 views

[SECURITY] [DSA 5260-1] lava security update

------------------------------------------------------------------------- Debian Security Advisory DSA-5260-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff October 23, 2022 https://www.debian.org/security/faq -...

8.8CVSS8.5AI score0.0098EPSS
Exploits1
FreeBSD
FreeBSD
added 2022/10/17 12:0 a.m.31 views

go -- syscall, os/exec: unsanitized NUL in environment variables

The Go project reports: syscall, os/exec: unsanitized NUL in environment variables On Windows, syscall.StartProcess and os/exec.Cmd did not properly check for invalid environment variable values. A malicious environment variable value could exploit this behavior to set a value for a different...

7.5CVSS2.4AI score0.00013EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2022/10/11 12:0 a.m.20 views

CVE-2022-22035 Windows Point-to-Point Tunneling Protocol Remote Code Execution Vulnerability

...

8.1CVSS6.7AI score0.01265EPSS
Exploits0References1
Rows per page
Query Builder