Lucene search
+L

5105 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74676

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74675

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64363

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

5.4AI score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74676

CVE-2026-74676 affects the Linux kernel virtual terminal (VT) subsystem. The KDSKBMETA ioctl, which modifies keyboard meta mode, lacked the !perm permission check enforced by all other keyboard setter ioctls in vt_k_ioctl() . This allowed a process to change the meta mode on a non-controlling con...

5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.18 views

CVE-2026-74675 vt: stabilize tty reference in kbd_keycode with tty_port_tty_get

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74675

CVE-2026-74675 is a race condition in the Linux kernel virtual terminal (VT) subsystem. The function kbd_keycode() reads vc->port.tty without acquiring a tty reference, while con_shutdown() can clear port.tty under a different lock, creating a window where a dangling pointer may be dereference...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64362

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

5.5AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.12 views

PT-2026-79681

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vt k ioctl enforce, allowing a process to change meta mode on a non-controlling...

5.3AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/21 8:21 p.m.7 views

EUVD-2026-64139

Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. Nezha versions 1.14.13 through 1.14.14 and 2.0.0 through 2.0.9 do not bind stream identifiers created by CreateStream in service/rpc/iostream.go to their creating user, and GET /ws/terminal/:id and GET...

9.9CVSS5.5AI score0.00369EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.11 views

PT-2026-79458

Name of the Vulnerable Software and Affected Versions Nezha Monitoring versions 1.14.13 through 1.14.14 Nezha Monitoring versions 2.0.0 through 2.0.9 Description Nezha Monitoring fails to bind stream identifiers created by the CreateStream function in service/rpc/io stream.go to the user who...

9.9CVSS5.8AI score0.00369EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-72847

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call...

4.6CVSS5.7AI score0.00103EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/20 6:36 p.m.8 views

Ember has unneutralized terminal escape/control sequences from Caddy logs injected into the operator's TUI

Summary Ember's interactive TUI renders fields taken from the monitored Caddy server's access logs — most notably the request URI — straight to the operator's terminal without neutralising terminal escape or control sequences CWE-150. Those log fields are populated from arbitrary, unauthenticated...

5.6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/20 6:16 p.m.4 views

DEBIAN-CVE-2026-72847

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call in src/treebuild/builder.rs and in TreeLine::unprune in src/tree/treeline.rs, and no control-character filtering exists anywhere in the...

2.4CVSS5.5AI score0.00103EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 6:16 p.m.6 views

CVE-2026-72847

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call in src/treebuild/builder.rs and in TreeLine::unprune in src/tree/treeline.rs, and no control-character filtering exists anywhere in the...

4.6CVSS0.00103EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/20 5:19 p.m.11 views

EUVD-2026-63488

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call in src/treebuild/builder.rs and in TreeLine::unprune in src/tree/treeline.rs, and no control-character filtering exists anywhere in the...

4.6CVSS5.5AI score0.00103EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/20 5:19 p.m.13 views

CVE-2026-72847

broot , a terminal-based file tree viewer, is vulnerable to terminal escape sequence injection via unsanitized file and directory names. The tree view renders names using a plain to_string_lossy() call in src/tree_build/builder.rs and TreeLine::unprune in src/tree/tree_line.rs, with no control-ch...

4.6CVSS5.4AI score0.00103EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/20 5:19 p.m.7 views

CVE-2026-72847 broot Terminal Escape Sequence Injection via Unsanitized File and Directory Names in the Tree View

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call in src/treebuild/builder.rs and in TreeLine::unprune in src/tree/treeline.rs, and no control-character filtering exists anywhere in the...

2.4CVSS5.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/20 5:19 p.m.27 views

CVE-2026-72847 broot Terminal Escape Sequence Injection via Unsanitized File and Directory Names in the Tree View

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain tostringlossy call in src/treebuild/builder.rs and in TreeLine::unprune in src/tree/treeline.rs, and no control-character filtering exists anywhere in the...

4.6CVSS0.00103EPSS
SaveExploits0References7
The Hacker News
The Hacker News
added 2026/08/20 12:01 p.m.7 views

Zombie Card Attack Can Revive Expired Visa Cards for Contactless Payments

Researchers at the University of Massachusetts Amherst have demonstrated an attack that revives expired Visa contactless credit cards for real in-store purchases by rewriting the expiration date a point-of-sale POS terminal reads over near-field communication NFC, without breaking any of the card...

5.6AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.14 views

PT-2026-79075

broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain to string lossy call in src/tree build/builder.rs and in TreeLine::unprune in src/tree/tree line.rs, and no control-character filtering exists anywhere in...

4.6CVSS5.4AI score0.00103EPSS
SaveExploits0References8
Rows per page
Query Builder