Lucene search
+L

791 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-54552

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sh provides Python process launching. Prior to 2.2.4, the uid option in sh.py performs an incomplete privilege drop on Linux and Unix-like systems. When sh runs...

7.9CVSS5.5AI score0.00125EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 10:17 p.m.12 views

DEBIAN-CVE-2026-55893

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c SH floating-point decoders such as opFADD, opFMUL, and opFSUB call setreg and setregn using shinfo.op.opcount without checking the fixed-size operands array. Repeated crafted instructions process...

7.3CVSS6.4AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 10:17 p.m.13 views

CVE-2026-55894

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c shdisassemble function computes an idx value from a raw 16-bit instruction without ensuring it is within the active mode-specific decode function-pointer table. An application using CSARCHSH with...

6.8CVSS0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 10:17 p.m.12 views

DEBIAN-CVE-2026-55894

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c shdisassemble function computes an idx value from a raw 16-bit instruction without ensuring it is within the active mode-specific decode function-pointer table. An application using CSARCHSH with...

6.8CVSS6AI score0.00134EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 9:32 p.m.19 views

CVE-2026-55893

Capstone (a disassembly framework) versions 6.0.0-Alpha9 and earlier contain a heap buffer overflow in the SH architecture disassembler (arch/SH/SHDisassembler.c). The SH floating-point decoders (opFADD, opFMUL, opFSUB) call set_reg() and set_reg_n() using sh_info.op.op_count without bounds-check...

7.3CVSS6.4AI score0.0014EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 9:32 p.m.10 views

EUVD-2026-63673

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c SH floating-point decoders such as opFADD, opFMUL, and opFSUB call setreg and setregn using shinfo.op.opcount without checking the fixed-size operands array. Repeated crafted instructions process...

7.3CVSS6.4AI score0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 9:32 p.m.7 views

CVE-2026-55893 Capstone SH disassembler `set_reg_n` heap buffer overflow via crafted SH2A FPU bytecode

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c SH floating-point decoders such as opFADD, opFMUL, and opFSUB call setreg and setregn using shinfo.op.opcount without checking the fixed-size operands array. Repeated crafted instructions process...

7.3CVSS6.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/20 9:31 p.m.9 views

EUVD-2026-63669

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c shdisassemble function computes an idx value from a raw 16-bit instruction without ensuring it is within the active mode-specific decode function-pointer table. An application using CSARCHSH with...

6.8CVSS6AI score0.00134EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 9:31 p.m.30 views

CVE-2026-55894 Capstone SH disassembler `sh_disassemble` out-of-bounds read via crafted SH2A bytecode

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c shdisassemble function computes an idx value from a raw 16-bit instruction without ensuring it is within the active mode-specific decode function-pointer table. An application using CSARCHSH with...

6.8CVSS0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 9:31 p.m.11 views

CVE-2026-55894 Capstone SH disassembler `sh_disassemble` out-of-bounds read via crafted SH2A bytecode

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c shdisassemble function computes an idx value from a raw 16-bit instruction without ensuring it is within the active mode-specific decode function-pointer table. An application using CSARCHSH with...

6.8CVSS6.1AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.7 views

PT-2026-79193

Name of the Vulnerable Software and Affected Versions Capstone versions prior to 6.0.0-Alpha10 Description SH floating-point decoders, including opFADD, opFMUL, and opFSUB, call set reg and set reg n using sh info.op.op count without verifying the fixed-size operands array. When processing repeat...

7.3CVSS6.5AI score0.0014EPSS
SaveExploits0References11
NVD
NVD
added 2026/08/18 6:18 p.m.5 views

CVE-2026-54552

sh provides Python process launching. Prior to 2.2.4, the uid option in sh.py performs an incomplete privilege drop on Linux and Unix-like systems. When sh runs from an elevated process and launches a command with uid set to an unprivileged user, the child changes its UID but can retain the paren...

7.9CVSS0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 5:37 p.m.57 views

CVE-2026-54552

The Python sh library's _uid option performs an incomplete privilege drop: child processes retain parent supplementary groups (root, docker, disk, shadow, sudo), enabling privilege escalation. Fixed in sh 2.2.4 ; SUSE/SUSE Linux Enterprise and openSUSE Leap patches (SUSE-SU-2026:3422-1, openSUSE-...

7.9CVSS5.3AI score0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 5:37 p.m.8 views

EUVD-2026-61127

sh provides Python process launching. Prior to 2.2.4, the uid option in sh.py performs an incomplete privilege drop on Linux and Unix-like systems. When sh runs from an elevated process and launches a command with uid set to an unprivileged user, the child changes its UID but can retain the paren...

7.9CVSS5.3AI score0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 5:37 p.m.5 views

CVE-2026-54552 sh _uid does not drop supplementary groups (incomplete privilege drop)

sh provides Python process launching. Prior to 2.2.4, the uid option in sh.py performs an incomplete privilege drop on Linux and Unix-like systems. When sh runs from an elevated process and launches a command with uid set to an unprivileged user, the child changes its UID but can retain the paren...

7.9CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/18 5:37 p.m.19 views

CVE-2026-54552 sh _uid does not drop supplementary groups (incomplete privilege drop)

sh provides Python process launching. Prior to 2.2.4, the uid option in sh.py performs an incomplete privilege drop on Linux and Unix-like systems. When sh runs from an elevated process and launches a command with uid set to an unprivileged user, the child changes its UID but can retain the paren...

7.9CVSS0.00125EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72146

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

8.4CVSS0.0018EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/13 10:17 p.m.12 views

CVE-2026-73667

OpenChoreo is a complete, open-source developer platform for Kubernetes. Prior to 1.0.4, 1.1.4, and 1.2.0-rc.2, OpenChoreo Workflow Plane templates under samples/getting-started/workflow-templates/ interpolated developer-controlled workflow parameters into shell program text executed through sh -...

8.8CVSS0.00615EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/08/11 6:39 p.m.31 views

CVE-2026-73224 Electerm check folder size function may get attacked by unsafe folder name

electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.15.120, electerm allows a malicious FTP or SFTP server to execute arbitrary commands when a user downloads a crafted folder and invokes Properties and Calculate Size because calcLocal in...

8.8CVSS0.00339EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 8:17 p.m.6 views

CVE-2026-72878

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy's backup and restore pipeline constructs shell commands by directly interpolating user-controlled database fields into bash -c "..." and sh -c "..." strings, then executes them via childprocess.exec. An...

9.6CVSS0.00267EPSS
SaveExploits0References4
Rows per page
Query Builder