Lucene search
+L

5092 matches found

RedHat Linux
RedHat Linux
added 2026/07/20 1:55 p.m.13 views

Important: Red Hat Security Advisory: Red Hat Web Terminal Operator 1.12.1 release.

Red Hat Web Terminal Operator 1.12.1 has been released. The Web Terminal provides a way to access a fully in-browser terminal emulator within the OpenShift Console. Command-line tools for interacting with the OpenShift cluster are pre-installed...

9.6CVSS6.4AI score0.00813EPSS
SaveExploits2References19
RedHat Linux
RedHat Linux
added 2026/07/20 1:29 p.m.18 views

Important: Red Hat Security Advisory: Red Hat Web Terminal Operator 1.11.1 release.

Red Hat Web Terminal Operator 1.11.1 has been released. The Web Terminal provides a way to access a fully in-browser terminal emulator within the OpenShift Console. Command-line tools for interacting with the OpenShift cluster are pre-installed...

9.6CVSS6.4AI score0.00813EPSS
SaveExploits0References17
NVD
NVD
added 2026/07/18 2:17 p.m.28 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/18 1:51 p.m.17 views

EUVD-2026-45381

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/17 9:15 p.m.51 views

CVE-2026-56741 JLine: Unauthenticated Remote DoS via Unbounded Telnet NAWS Terminal Geometry

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not apply an upper bound to terminal dimensions received via the Telnet NAWS option, and TelnetIO.handleNAWS in TelnetIO.java:856-879 reads client-supplied...

7.5CVSS0.00527EPSS
SaveExploits1References7
CVE
CVE
added 2026/07/17 9:15 p.m.104 views

CVE-2026-56741

JLine3 Telnet server's remote-telnet module did not bound NAWS-terminal dimensions, reading width/height as 16-bit values and passing 65535x65535 to setTerminalGeometry. This allowed an unauthenticated remote attacker to induce repeated heavy rendering, causing CPU exhaustion Denial of Service. A...

7.5CVSS5.5AI score0.00527EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2026/07/16 10:17 p.m.9 views

CVE-2026-59117

Integer overflow or wraparound in Windows Terminal allows an unauthorized attacker to execute code over a network...

7.5CVSS0.00442EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/16 9:56 p.m.8 views

CVE-2026-59117

Integer overflow or wraparound in Windows Terminal allows an unauthorized attacker to execute code over a network...

7.5CVSS6.2AI score0.00442EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/16 9:56 p.m.46 views

CVE-2026-59117 Windows Terminal Remote Code Execution Vulnerability

...

7.5CVSS0.00442EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/16 9:56 p.m.11 views

CVE-2026-59117 Windows Terminal Remote Code Execution Vulnerability

...

7.5CVSS5.3AI score0.00442EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/16 9:56 p.m.105 views

CVE-2026-59117

CVE-2026-59117 concerns an integer overflow/wraparound in Windows Terminal that enables remote code execution over a network. The NVD/CVE records confirm a network attack vector with high impact (C/H/I/A all high) and a required user interaction, but the provided documents do not specify affected...

7.5CVSS6.2AI score0.00442EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/07/16 8:10 p.m.27 views

GHSA-WG4W-WR5Q-6VJC Pheditor: Incomplete command sanitization in terminal feature allows RCE via pipe operator, backtick substitution, and newline injection

Summary The terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which added $ to the blocklist, the characters | single pipe, backtick, and the newline byte 0x0A remain...

8.8CVSS6.3AI score0.00362EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 8:10 p.m.25 views

Pheditor: Incomplete command sanitization in terminal feature allows RCE via pipe operator, backtick substitution, and newline injection

Summary The terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which added $ to the blocklist, the characters | single pipe, backtick, and the newline byte 0x0A remain...

8.8CVSS6.3AI score0.00362EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/16 8:10 p.m.9 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via incomplete sanitization of user-supplied commands in the terminal process. An attacker can execute arbitrary operating system commands as the web server user by injecting shell metacharacters such as single pipe |,...

8.8CVSS6AI score0.00362EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/16 8:01 p.m.9 views

GHSA-9643-6XJP-VX57 Pheditor has an authenticated terminal command whitelist bypass

Summary Pheditor 2.0.4 has an authenticated terminal command whitelist bypass. The terminal feature checks whether the submitted command starts with one of the configured TERMINALCOMMANDS values, then passes the full command string to shellexec. Shell command substitution such as $ is not blocked...

8.8CVSS6.4AI score0.00712EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 8:01 p.m.20 views

Pheditor has an authenticated terminal command whitelist bypass

Summary Pheditor 2.0.4 has an authenticated terminal command whitelist bypass. The terminal feature checks whether the submitted command starts with one of the configured TERMINALCOMMANDS values, then passes the full command string to shellexec. Shell command substitution such as $ is not blocked...

8.8CVSS6.4AI score0.00712EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/16 6:44 p.m.11 views

MAL-2026-10725 Malicious code in agentto (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 8cd82c93e5f7bc0005dec9fbf18f01ec45bb6e6d2fb97bad2479c0209a7414bf [email protected] opens a WebSocket to the hardcoded server wss://link.agentto.net and routes terminal. RPC frames received from that server into a...

6.2AI score
SaveExploits0References1
OSV
OSV
added 2026/07/16 6:41 p.m.11 views

MAL-2026-10705 Malicious code in @agent-link/agent (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a7018626958a160ab35a17b31ddd130ba9b6046b870f115b0fa83622b66bd912 The package's runtime connects to a hardcoded WebSocket relay default wss://msclaude.ai and dispatches messages received from that relay directly int...

5.8AI score
SaveExploits0References41
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/16 6:41 p.m.25 views

Malicious code in @whalent/agent-core (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d8865ae7d25a498766280337f12ceea445a92bd6a6565e668651a79dbcc152e9 The package's main/bin entry dist/index.cjs implements a remote agent that opens a WebSocket to a gateway configured via WHALENTGATEWAY / WHALENTTOKE...

6.2AI score
SaveExploits0References49
Microsoft CVE
Microsoft CVE
added 2026/07/16 2:00 p.m.19 views

Windows Terminal Remote Code Execution Vulnerability

Integer overflow or wraparound in Windows Terminal allows an unauthorized attacker to execute code over a network...

7.5CVSS6.2AI score0.00442EPSS
SaveExploits0
Rows per page
Query Builder