Lucene search
+L

1038565 matches found

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

CVE-2026-74701

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.10 views

CVE-2026-74701 net/openvswitch: check Ethernet header length in key_extract()

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74701

CVE-2026-74701 affects the Linux kernel Open vSwitch (OVS) subsystem. When a packet arrives on an ARPHRD_NONE device (e.g. TUN), ovs_flow_key_extract() trusts the user-provided skb->protocol field. If it is ETH_P_TEB, the packet is classified as MAC_PROTO_ETHERNET and key_extract() is invoked ...

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

EUVD-2026-64388

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

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

CVE-2026-74698

This vulnerability affects the mlx5e network driver in the Linux kernel (used by Mellanox/NVIDIA ConnectX NICs). The root cause is that mlx5e_activate_txqsq() unconditionally calls netdev_tx_reset_queue(), which zeroes BQL (Byte Queue Limits) counters on channels that still have in-flight TX WQEs...

5.4AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.5 views

EUVD-2026-64383

In the Linux kernel, the following vulnerability has been resolved: tcp: fix TFO maxqlen accounting across reuseport migration A listener's TCPFASTOPEN maxqlen stops being accurate and lets through far more pending Fast Open requests than it was configured for. This only shows up with SOREUSEPORT...

5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/22 2:12 p.m.3 views

CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

7.1CVSS5.6AI score
SaveExploits0
Nuclei
Nuclei
added 2026/08/22 12:19 p.m.134 views

NeDi 1.9C - Cross-Site Scripting

NeDi 1.9C is vulnerable to cross-site scripting because of an incorrect implementation of sanitize in inc/libmisc.php. This function attempts to escape the SCRIPT tag from user-controllable values, but can be easily bypassed, as demonstrated by an onerror attribute of an IMG element as a...

6.1CVSS5.7AI score0.03442EPSS
SaveExploits0References4
Nuclei
Nuclei
added 2026/08/22 12:19 p.m.69 views

NexusDB <4.50.23 - Local File Inclusion

NexusQA NexusDB before 4.50.23 allows the reading of files via ../ directory traversal and local file inclusion. id: CVE-2020-24571 info: name: NexusDB 4.50.23 - Local File Inclusion author: pikpikcu severity: high description: NexusQA NexusDB before 4.50.23 allows the reading of files via ../...

7.5CVSS8AI score0.17959EPSS
SaveExploits1References5
Nuclei
Nuclei
added 2026/08/22 12:19 p.m.19 views

MajorDoMo - Unauthenticated RCE

MajorDoMo contains a remote code execution caused by an include order bug and lack of exit after redirect in admin panel's PHP console, letting unauthenticated attackers execute arbitrary PHP code via crafted GET requests. id: CVE-2026-27174 info: name: MajorDoMo - Unauthenticated RCE author:...

9.8CVSS6.8AI score0.06996EPSS
SaveExploits4References4
Nuclei
Nuclei
added 2026/08/22 12:19 p.m.213 views

Mongo-Express - Remote Code Execution

Mongo-Express before 1.0.0 is susceptible to remote code execution because it uses safer-eval to validate user supplied javascript. Unfortunately safer-eval sandboxing capabilities are easily bypassed leading to remote code execution in the context of the node server. id: CVE-2020-24391 info: nam...

9.8CVSS9.5AI score0.74519EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/22 12:58 a.m.9 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: apr-util: apr-util-1.6.5-1.hum1 aarch64, x8664 apr-util-devel-1.6.5-1.hum1 aarch64, x8664 apr-util-ldap-1.6.5-1.hum1 aarch64, x8664 apr-util-lmdb-1.6.5-1.hum1 aarch64, x8664...

9.1CVSS5.2AI score0.00528EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79721

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix locally exploitable BUG ON in amdxdna insert pages In amdxdna insert pages, vm flags mod sets VM MIXEDMAP and clears VM PFNMAP. If an unprivileged userspace process mmaps a non-imported GEM object and then call...

5.4AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.6 views

PT-2026-79703

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix BQL reset on SQ re-activation mlx5e queue start deactivates and re-activates all channels but closes only the queue being restarted. mlx5e activate txqsq then unconditionally calls netdev tx reset queue, zeroing th...

5.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.7 views

PT-2026-79706

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in key extract When a packet arrives on an ARPHRD NONE device e.g. TUN, ovs flow key extract trusts the user-provided skb-protocol field: if it is ETH P TEB, the packet is classified ...

5.4AI score
SaveExploits0References9
OSV
OSV
added 2026/08/21 10:14 a.m.6 views

RHSA-2026:57590 Red Hat Security Advisory: rh-podman-desktop security, bug fix, and enhancement update

Bulletin has no description...

8.6CVSS5.9AI score0.00812EPSS
SaveExploits13References169
Rockylinux
Rockylinux
added 2026/08/21 6:01 a.m.8 views

curl security, bug fix, and enhancement update

An update is available for curl. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The curl packages provide the libcurl library and the curl utility for downloadi...

8.1CVSS5.7AI score0.00309EPSS
SaveExploits1
OSV
OSV
added 2026/08/20 10:47 p.m.4 views

MINI-F7XG-MW33-JVWX

Bulletin has no description...

7.1CVSS4.8AI score0.00193EPSS
SaveExploits2
EUVD
EUVD
added 2026/08/20 9:07 p.m.11 views

EUVD-2026-63656

libvips is a fast image processing library with low memory needs. Prior to version 8.18.3, applications that define unusual custom libvips sources and use them to process untrusted uncompressed PPM images can trigger a max/min error in vipssourcereadtomemory in libvips/iofuncs/source.c. The...

5.8CVSS5.7AI score0.00114EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/20 7:53 p.m.6 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: java-25-openjdk: java-25-openjdk-25.0.4.1.1-1.1.hum1 aarch64, x8664 java-25-openjdk-crypto-adapter-25.0.4.1.1-1.1.hum1 aarch64, x8664 java-25-openjdk-crypto-adapter-fastdebug-25.0.4.1.1-1.1.hum1...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References6
Rows per page
Query Builder