Lucene search
+L

58324 matches found

EUVD
EUVD
added 2026/07/25 12:31 a.m.22 views

EUVD-2026-48745

The web management interface of Tycon Systems TPDIN-Monitor-WEB2 does not perform server-side validation of credentials during the login process. By submitting empty values for both credential fields, an unauthenticated remote attacker can bypass the authentication check and establish a valid...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-12547

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SoupAuthManager caches proxy authentication credentials without scoping them to the proxy authority host:port. When the proxy configuration changes e.g., via...

3.4CVSS5.9AI score0.00228EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64307

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: ccp - Do not initialize SNP for ioctlSNPCONFIG Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace...

5.8AI score0.00215EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.24 views

PT-2026-64528

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the crypto ccp component where the system could attempt to initialize SNP during an ioctlSNP CONFIG call. If SEV initialization fails while KVM is running normal VMs, a...

5.5AI score0.00215EPSS
SaveExploits0References17
OSV
OSV
added 2026/07/24 10:37 p.m.13 views

GHSA-HMJ8-5XMH-5573 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS6AI score0.00351EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 10:36 p.m.15 views

Oh My Posh: Arbitrary command execution via template injection in the path segment

Summary Oh My Posh re-renders the resolved path string, which contains the raw folder names taken from the filesystem, through the Go text/template engine. That engine's function map exposes a cmd function that runs arbitrary OS commands. A directory whose name contains a Go template expression i...

7.8CVSS6.2AI score0.00154EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/07/24 10:16 p.m.13 views

CVE-2026-55985

The web management interface in Tycon Systems TPDIN-Monitor-WEB2 stores and displays system credentials in cleartext on a certain configuration page accessible to authenticated users. Any party with access to the administrative dashboard can immediately read these credentials, which may be used t...

5.3CVSS0.00149EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/24 9:37 p.m.43 views

CVE-2026-55985 Tycon Systems TPDIN-Monitor-WEB2 Cleartext Storage of Sensitive Information

The web management interface in Tycon Systems TPDIN-Monitor-WEB2 stores and displays system credentials in cleartext on a certain configuration page accessible to authenticated users. Any party with access to the administrative dashboard can immediately read these credentials, which may be used t...

5.3CVSS0.00149EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 4:46 p.m.17 views

Russh: Post-auth remote panic via pty-req with more than 130 terminal-mode records

Summary A post-authentication denial-of-service panic in russh 0.62.2 commit c4be19f1915c8682f4615c3fd50008512b474491, current default branch main as of 2026-07-22. An authenticated client sends a pty-req channel request carrying more than 130 terminal-mode records. The parser uses a fixed...

7.5CVSS6.1AI score0.00268EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/07/24 4:22 p.m.10 views

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component 'Injection' through improper sanitization of section or subsection names in...

7.3CVSS6.1AI score0.00187EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/24 4:16 p.m.11 views

CVE-2026-64209

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config swingtbl and preemphasistbl are 4x4 arrays valid indices 0-3, but the boundary check uses " 4" instead of "= 4", allowing index 4 to cause an out-of-bounds...

7.1CVSS0.00117EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 4:12 p.m.16 views

EUVD-2026-44936

Microsoft Kiota: Arbitrary file write + code-injection via x-ms-kiota-info clientClassName and clientNamespaceName...

9.3CVSS5.8AI score0.01355EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/24 4:11 p.m.14 views

EUVD-2026-44929

Microsoft Kiota Workspace-config poisoning: out-of-repo file write + generation-time SSRF...

7CVSS5.8AI score0.01123EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.44 views

CVE-2026-64254 NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid pciiounmap with offset when PEERSPAD and CONFIG share BAR When BARPEERSPAD and BARCONFIG share one PCI BAR, the module teardown path ends up calling pciiounmap on the same iomem with some offset, which is...

0.00114EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.34 views

CVE-2026-64213 hwmon: (lm90) Add lock protection to lm90_alert

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Add lock protection to lm90alert Sashiko reports: lm90alert executes in the smbus alert context and calls lm90updateconfreg to disable the hardware alert line, without acquiring hwmonlock. Concurrently, sysfs write...

0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 3:17 p.m.11 views

CVE-2026-16801

Improper control of generation of code 'Code Injection' in the variables feature in Devolutions PowerShell Universal 2026.2.2 and earlier allows an authenticated user with variable write permission to execute arbitrary PowerShell code via a crafted variable value that is not properly escaped when...

8.8CVSS0.00294EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/24 2:55 p.m.36 views

CVE-2026-16801

Improper control of generation of code 'Code Injection' in the variables feature in Devolutions PowerShell Universal 2026.2.2 and earlier allows an authenticated user with variable write permission to execute arbitrary PowerShell code via a crafted variable value that is not properly escaped when...

0.00294EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 2:10 p.m.13 views

MAL-2026-11049 Malicious code in mrmustard (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 535679eb30bfd0600dc07e44d2e649c88ecb6274364e2ba0b1ef2ccc05976727 On plain import mrmustard, the top-level init.py spawns a background thread that reads /.ssh/ private keys, /.aws/credentials, /.aws/config,...

5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/07/24 1:58 p.m.31 views

CVE-2026-12504

Loytec LINX firmware (LINX-A64) products LIP-ME201C, L-INX, L-GATE, L-ROC, L-IOB, L-DALI, L-VIS and L-PAD are affected by an Improper Authentication (CWE-287) in PAM configuration through 8.4.16. The root cause is improper PAM authentication that allows a local attacker to authenticate as uid=0 w...

8.4CVSS5.9AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 11:12 a.m.5 views

OESA-2026-3136 dracut security update

dracut contains tools to create bootable initramfses for the Linux kernel. Unlike previous implementations, dracut hard-codes as little as possible into the initramfs. dracut contains various modules which are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well ...

7.5CVSS6.2AI score0.01208EPSS
SaveExploits0References2
Rows per page
Query Builder