Lucene search
+L
UbuntucveRecent

80000 matches found

UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.11 views

CVE-2026-74748

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.6AI score0.00138EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74751

In the Linux kernel, the following vulnerability has been resolved: riscv: lib: Fix ZBB strnlen reading past count boundary The ZBB-optimized strnlen loop loads one word ahead before checking the aligned boundary: REGL t1, SZREGt0 // load next word addi t0, t0, SZREG // advance orc.b t1, t1 bgeu...

9.4CVSS5.5AI score0.00337EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.11 views

CVE-2026-74739

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: skip hash tables in u32bindclass u32walk enumerates both struct tcuhnode and struct tcuknode through the walker callback. u32bindclass unconditionally casts the passed fh to tcuknode and accesses &n-res, so whe...

7.8CVSS5.5AI score0.00138EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74750

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.8AI score0.00359EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.9 views

CVE-2026-74747

In the Linux kernel, the following vulnerability has been resolved: ipvs: revalidate ihl to prevent out-of-bounds access While the outer IP header is already pulled into the skb head, we must be careful and revalidate the embedded headers after reading them from the skb frags to prevent...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74742

In the Linux kernel, the following vulnerability has been resolved: veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is only initialized by xdprxqinforeg in vethenablexdprange, which runs only...

7.5CVSS5.6AI score0.00466EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74744

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS5.5AI score0.00519EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74736

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: reject dev-bound programs bound to a different device clsbpfprogfromefd obtained a SCHEDCLS program via bpfproggettypedev but never verified that a device-bound offloaded program's bound netdev matches the TC...

7.8CVSS5.5AI score0.00138EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.13 views

CVE-2026-74745

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: avoid deadlock when canceling IRQ affinity notifier Unregistering IRQ affinity notifiers waits for the callback synchronously. bnxt takes the netdev instance lock in the notifier to restart the queue and cancels the wo...

7.5CVSS5.6AI score0.00359EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.11 views

CVE-2026-74754

In the Linux kernel, the following vulnerability has been resolved: scsi: core: pair EH runtime PM get and put shost-ehnoresume is currently consulted twice in one error handling iteration: once before scsiautopmgethost and once again before scsiautopmputhost. That is racy when a PM-triggered err...

5.5AI score0.00155EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.16 views

CVE-2026-74735

In the Linux kernel, the following vulnerability has been resolved: l2tp: fix tunnel and session refcount leak on seqfile release In pppol2tpprocopen and l2tpdfsseqopen, iteration state pd-tunnel and pd-session is kept in seqfile private data to allow iteration across multiple read system calls...

5.5AI score0.00175EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.8 views

CVE-2026-74746

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: publish GC-visible tuple last nfflowtableiterate only treats original-direction tuple nodes as owning entries. Publishing the original node first lets GC observe and free a flow while flowoffloadadd is still...

9.8CVSS5.8AI score0.00543EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.14 views

CVE-2026-74752

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cookie AUTH state before use When cookie authentication is disabled, COOKIEECHO restores fixed-size AUTH fields directly from peer-controlled cookie bytes. A forged RANDOM length, HMAC list, or CHUNKS list can then...

9.8CVSS5.5AI score0.00434EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.12 views

CVE-2026-74753

In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perfeventremoveonexec sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perfeventopen...

7.8CVSS5.6AI score0.00128EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.13 views

CVE-2026-74743

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS5.5AI score0.00519EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/26 2:17 p.m.14 views

CVE-2026-79902

A flaw was found in the Seattle FilmWorks plugin in GIMP. When processing a specially crafted SFW image file, the plugin allocates a Variable-Length Array VLA on the stack without integer overflow checks, causing an unbounded stack allocation. This issue leads to an application crash, resulting i...

5.5CVSS7.1AI score0.00201EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 1:19 p.m.11 views

CVE-2026-77658

A stack-based buffer overflow vulnerability exists in the Dia diagram editor when processing Network Bus objects from Dia XML project files. In objects/network/bus.c, busload reads the number of bus handles from the file attribute "bushandles" using attributenumdata without validating an upper...

7.8CVSS6.2AI score0.00144EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 11:16 a.m.11 views

CVE-2026-80206

NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or...

8.2CVSS5.7AI score0.00264EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/08/26 11:16 a.m.14 views

CVE-2026-80205

NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept user-supplied regular expressions without validation or timeout. Attackers can supply crafted regex patterns that cause catastrophic backtracking,...

8.7CVSS5.6AI score0.00489EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/08/26 10:16 a.m.12 views

CVE-2026-59682

Arbitrary file overwrite via SAVEPROFILE message in OpenRGB. This issue affects OpenRGB through 1.0rc3...

9.1CVSS5.8AI score0.00514EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 10:16 a.m.10 views

CVE-2026-59683

The OpenRGB network protocol allows to write attacker controlled strings into arbitrary file system paths extension of CVE-2026-59682. This allows either a full system compromise from local or remote if the daemon is running as root or a full account takeover if the daemon is running in user...

9.8CVSS5.9AI score0.00577EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 10:16 a.m.10 views

CVE-2026-18794

The OpenRGB network protocol allows attackers to cause memory exhaustion and out-of-bounds memory reads and writes by passing inconsistent data...

8.8CVSS5.9AI score0.00468EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 9:16 a.m.12 views

CVE-2026-19197

A user with organization administrator permissions can delete dashboard snapshots belonging to other organizations on the same Grafana instance, and can recover a snapshot's secret delete key using only its public share key broken access control...

6.3CVSS5.9AI score0.00202EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 9:16 a.m.12 views

CVE-2026-18664

When ranges are used for access control i.e. of the form 1.2.3.4-1.2.3.25, because NSD wrongly compares the IP address with the range on little endian systems, IPs that were meant to be allowed may be denied, and, IPs that were meant to be denied access could be allowed. An IPv4 address is compar...

9.1CVSS5.8AI score0.0033EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 9:16 a.m.12 views

CVE-2026-19538

The BLOCKED access control list items that are evaluated to deny access on the the proxy protocol port can be bypassed completely when connecting over TCP or TLS and sending the query twice on connection that is kept open...

8.2CVSS5.8AI score0.00302EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/26 9:16 a.m.11 views

CVE-2026-18916

Any remote client can crash a NSD serve child, by throttling the TCP receive window after a TCP query. By continuously crashing the serve childs, the remote client can denial all TCP service to this NSD instance...

7.5CVSS5.9AI score0.00357EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/26 9:16 a.m.13 views

CVE-2026-19401

Any remote client can crash a debugging/non-release build type NSD serve child by sending it a special crafted message with a specially tuned number of DNS Cookie options 17 when UDP payload size is 512. By continuously crashing the serve childs, the remote client can severely hamper or, when...

8.2CVSS5.9AI score0.00357EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/26 5:18 a.m.12 views

CVE-2026-54467

On the Trusted Firmware-M TF-M 2 through 2.3.0 platform before 00d1b3e, mailbox initialization on PSOC64 and RP2350 accepts a non-secure, unvalidated, supplied pointer...

7CVSS5.9AI score0.0015EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/25 11:17 p.m.13 views

CVE-2026-70665

Doorkeeper OpenID Connect implements an OpenID Connect authentication provider for Rails applications on top of Doorkeeper. Prior to 1.10.4, the Dynamic Client Registration DCR endpoint persists client-supplied scopes without validating them against the server's configured scope set. Under certai...

4.2CVSS5.9AI score0.00163EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/25 11:17 p.m.11 views

CVE-2026-44476

Doorkeeper is an OAuth 2 provider for Ruby on Rails. In version 1.9.0, an attacker who knows only a dynamically registered client's clientid, which is public information, can authenticate as that client at the token endpoint and obtain an access token without providing its clientsecret. This occu...

6.3CVSS5.9AI score0.00323EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.35 views

CVE-2026-65905

Authentication Bypass by Capture-replay vulnerability in Apache Tomcat's DIGEST authenticator. If, before windowSize requests have been made, a client makes a DIGEST authenticated request with a nonceCount on the upper boundary of the replay window then that request is replayable once only while...

9.8CVSS5.8AI score0.00769EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.11 views

CVE-2026-80186

A stack-based buffer overflow vulnerability exists in BlueZ, the Linux Bluetooth protocol stack. A remote user within Bluetooth radio range can send a specially crafted Extended Inquiry Response EIR packet that causes a buffer overflow when the target device performs Bluetooth discovery. This...

7.6CVSS6.3AI score0.00406EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.23 views

CVE-2026-73180

Insufficient Session Expiration vulnerability in Apache Tomcat meant that if the session ID for an authenticated HTTP session was changed after a WebSocket connection had been established under that authenticated HTTP session, the WebSokcet session would not be closed as required by the Jakarta...

6.8CVSS5.8AI score0.00536EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.21 views

CVE-2026-68763

Uncontrolled Resource Consumption vulnerability in Apache Tomcat via an allocation leak in the HTTP/2 backlog tracking when a stream is reset This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.39 through 9.0.120. The following versions were...

7.5CVSS5.8AI score0.0083EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.22 views

CVE-2026-68569

Improper Authentication vulnerability in Apache Tomcat meant that in some circumstances e.g. CLIENT-CERT, SPNEGO that a user would be authenticated even if the user did not exist in the DataSourceRealm. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through...

8.1CVSS5.7AI score0.00525EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.13 views

CVE-2026-65183

Time-of-check Time-of-use TOCTOU Race Condition vulnerability in Apache Tomcat when creating unix domain sockets allows an unauthorised local user to access the unix domain socket. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.42 throug...

8.1CVSS5.8AI score0.00452EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.15 views

CVE-2026-80185

BlueZ sdp-xml.c type confusion via RegisterProfileServiceRecord can crash bluetoothd local DoS: a crafted nested ServiceRecord can corrupt the SDP XML parser stack so scalar union data is treated as a sequence pointer, allowing a local caller to crash bluetoothd...

5.7CVSS5.3AI score0.00237EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.28 views

CVE-2026-65637

Improper Input Validation vulnerability in Apache Tomcat due to incomplete fix for CVE-2026-32990. This issue affects Apache Tomcat: from 11.0.20 through 11.0.24, from 10.1.53 through 10.1.57, from 9.0.115 through 9.0.120. Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121,...

9.8CVSS5.8AI score0.00754EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.22 views

CVE-2026-68525

Incorrect Authorization vulnerability in Apache Tomcat's FORM authentication process allows the bypassing of a security constraint that limits user has access to a resource POST but not GET. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from...

9.1CVSS5.8AI score0.00631EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.8 views

CVE-2026-80184

In OpenStack Keystone before 29.0.3, tokens obtained via delegated authentication mechanisms OAuth1 access tokens, application credentials, trusts could be submitted to the token-method authentication path for reauthentication to escape their intended project scope. When an application credential...

7.6CVSS5.4AI score0.00513EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.14 views

CVE-2026-80182

In OpenStack Keystone before 29.0.3, tokens obtained via OAuth1 access token, application credential, or trust-scoped authentication could create new long-lived credentials or authorize new delegations that persist independently of, and outlive, the credential used to obtain them. The delegation...

7.6CVSS5.4AI score0.00505EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.16 views

CVE-2026-65182

Improper Access Control, Incorrect Authorization vulnerability in Apache Tomcat leads to security constraint bypass if a constraint for a longer path is specified before a more restrictive constraint for a shorter sub-path. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from...

9.1CVSS5.8AI score0.0059EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.23 views

CVE-2026-65927

Off-by-one Error vulnerability in Apache Tomcat impacting the N flag on the rewrite valves causes rewrite processing to restart at the second rule rather than the first rule. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.0.M1 through...

7.5CVSS5.8AI score0.00779EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/25 10:17 p.m.28 views

CVE-2026-66422

Improper Authorization vulnerability in Apache Tomcat cause by security-role-ref definitions being incorrectly used as role aliases within the Realm in additional to the correct usage with Request.isUserInRole. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 throu...

8.1CVSS5.9AI score0.00574EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.7 views

CVE-2026-79052

Use after free in Aura in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to execute arbitrary code outside the sandbox via a crafted HTML page. Chromium security severity: Critical...

9.6CVSS6.2AI score0.00436EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.9 views

CVE-2026-79045

Type confusion in V8 in Google Chrome prior to 152.0.7977.65 allowed a remote attacker leveraging social engineering to read memory inside the sandbox via a crafted HTML page. Chromium security severity: Low...

8.8CVSS5.3AI score0.00322EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.10 views

CVE-2026-79085

Missing authorization in Network in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to bypass web origin policy via a crafted HTML page. Chromium security severity: Medium...

4.3CVSS5.4AI score0.00247EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.10 views

CVE-2026-79186

Incorrect authorization in Network in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. Chromium security severity: Medium...

3.1CVSS5.4AI score0.00227EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.12 views

CVE-2026-79287

Observable discrepancy in Forms in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to obtain sensitive information via a crafted HTML page. Chromium security severity: Medium...

5.3CVSS6AI score0.00277EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/25 9:18 p.m.12 views

CVE-2026-79066

Improper input validation in Navigation in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. Chromium security severity: Medium...

3.1CVSS5.4AI score0.00251EPSS
SaveExploits0References1
Total number of security vulnerabilities80000