Lucene search
+L
UbuntucveRecent

76085 matches found

UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46257

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/timer-sp804: Fix an Oops when readcurrenttimer is called on ARM32 platforms where the SP804 is not registered as the schedclock. On SP804, the delay timer shares the same clkevt instance with schedclock. On so...

5.5CVSS6.1AI score0.001EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46258

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Avoid NULL dereference in linehandlecreate In linehandlecreate, there is a statement like this: retainandnullptrlh; Soon after, there is a debug printout that dereferences "lh", which will crash things. Avoid the cras...

5.5CVSS6.1AI score0.001EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.8 views

CVE-2026-46252

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix locking in regulatorresolvesupply error path If late enabling of a supply regulator fails in regulatorresolvesupply, the code currently triggers a lockdep warning: WARNING: drivers/regulator/core.c:2649 at...

5.5CVSS5.8AI score0.00091EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.8 views

CVE-2026-46255

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: don't explicitly disable clocks in .remove The clocks in fsledmaengine::muxclk are allocated and enabled with devmclkgetenabled, which automatically cleans these resources up, but these clocks are also manual...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46272

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARNON in tmcetrenablehw is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at...

4.7CVSS6AI score0.00088EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2026-46247

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gfx3d: add parent to parent request map After commit d228ece36345 "clk: divider: remove roundrate in favor of determinerate" determining GFX3D clock rate crashes, because the passed parent map doesn't provide the...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.9 views

CVE-2026-46250

In the Linux kernel, the following vulnerability has been resolved: MIPS: Work around LLVM bug when gp is used as global register variable On MIPS, currentthreadinfo is defined as global register variable locating in $gp, and is simply assigned with new address during kernel relocation. This...

7.3CVSS6.5AI score0.00128EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2025-71313

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Add missing NULL check for allocworkqueue allocworkqueue can return NULL on memory allocation failure. Without proper error checking, this may lead to a NULL pointer dereference when queuework is later called with...

5.5CVSS6.1AI score0.00107EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.12 views

CVE-2026-46259

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

7.8CVSS6.2AI score0.0012EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.9 views

CVE-2026-46273

In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapters on Power systems do not support segmentation offload when the MSS is less than 224 bytes. Attempting to send such packets causes the adapter to freeze, stoppi...

8.6CVSS5.9AI score0.00389EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.12 views

CVE-2026-46266

In the Linux kernel, the following vulnerability has been resolved: inet: RAW sockets using IPPROTORAW MUST drop incoming ICMP Yizhou Zhao reported that simply having one RAW socket on protocol IPPROTORAW 255 was dangerous. socketAFINET, SOCKRAW, 255; A malicious incoming ICMP packet can set the...

9.1CVSS6.9AI score0.00346EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.12 views

CVE-2026-46245

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dclink NULL handling in HPD init amdgpudmhpdinit may see connectors without a valid dclink. The code already checks dclink for the polling decision, but later unconditionally dereferences it when setting up H...

5.5CVSS6AI score0.00108EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2025-71314

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Recover from panthorgpuflushcaches failures We have seen a few cases where the whole memory subsystem is blocked and flush operations never complete. When that happens, we want to: - schedule a reset, so we can recov...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2026-46270

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

8.4CVSS6.7AI score0.00129EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2026-46267

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llcshdlcdeinit purges SHDLC skb queues and frees the llcshdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule smwork...

7.8CVSS6.5AI score0.00121EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2026-46263

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds stream encoder index v3 engid can be negative and that streamencregs can be indexed out of bounds. engid is used directly as an index into streamencregs, which has only 5 entries. When engid is ...

7.8CVSS6.6AI score0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46260

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix out-of-bound access in fib6addrt2node. syzbot reported out-of-bound read in fib6addrt2node. 0 When IPv6 route is created with RTANHID, struct fib6info does not have the trailing struct fib6nh. The cited commit started t...

7.8CVSS6.6AI score0.0012EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.13 views

CVE-2026-46271

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: do WoW offloads only on primary link In case of multi-link connection, WCN7850 firmware crashes due to WoW offloads enabled on both primary and secondary links. Change to do it only on primary link to fix it...

7.8CVSS6.6AI score0.00119EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.13 views

CVE-2026-46246

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916lbc: Fix use-after-free for extcon in IRQ handler Using the devm variant for requesting IRQ before the devm variant for allocating/registering the extcon handle, means that the extcon handle will be...

7.8CVSS6.5AI score0.00125EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.10 views

CVE-2026-46248

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: clear stale link mapping of ahvif-linksmap When an arvif is initialized in non-AP STA mode but MLO connection preparation fails before the arvif is created arvif-iscreated remains false, the error path attempts to...

5.5CVSS6.1AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46254

In the Linux kernel, the following vulnerability has been resolved: AppArmor: Allow apparmor to handle unaligned dfa tables The dfa tables can originate from kernel or userspace and 8-byte alignment isn't always guaranteed and as such may trigger unaligned memory accesses on various architectures...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/06/03 6:16 p.m.11 views

CVE-2026-46244

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: Fix IPv6 innerthoff desync In nftinnerparsel2l3, when processing inner IPv6 packets, ipv6findhdr correctly computes the transport header offset traversing all extension headers, but the result is immediately...

9.1CVSS6.9AI score0.00322EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.7 views

CVE-2026-37462

An integer underflow in the BGPUpdate.DecodeFromBytes function /bgp/bgp.go of gobgp v4.3.0 allows attackers to cause a Denial of Service DoS via supplying a crafted BGP UPDATE message...

7.5CVSS6.1AI score0.00279EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.7 views

CVE-2026-6657

A vulnerability in jupyter-server versions 1.12.0 through 2.17.0 allows an attacker to bypass CORS origin validation when the alloworiginpat configuration is used. The issue arises from the use of re.match for validating the Origin header, which only anchors at the start of the string. This allow...

8.8CVSS6.5AI score0.00197EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.12 views

CVE-2026-44281

GLPI is a free asset and IT management software package. Starting in version 0.78 and prior to versions 10.0.25 and 11.0.7, an authenticated user with config READ permission can read a specific asset object. Upgrade to 11.0.7 or 10.0.25 to receive a patch...

7CVSS6.1AI score0.00251EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.9 views

CVE-2026-42317

GLPI is a free asset and IT management software package. Starting in version 0.78 and prior to versions 10.0.25 and 11.0.7, a technician can delete arbitrary files from the filesystem as long as the webserver has write rights on them. Upgrade to 10.0.25 or 11.0.7 to receive a patch...

7CVSS6.2AI score0.00346EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.9 views

CVE-2026-42321

GLPI is a free asset and IT management software package. Starting in version 10.0.4 and prior to version 10.0.25, a technician can store an XSS payload in the asset locked tab. Upgrade to 10.0.25 or 11.0.7 to receive a patch...

8.4CVSS6.1AI score0.00343EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.9 views

CVE-2026-3276

unicodedata.normalize can take excessive CPU time when processing specially crafted Unicode input containing long runs of combining characters with alternating Canonical Combining Class values. This affects all normalization forms...

6.3CVSS6.1AI score0.00486EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.10 views

CVE-2026-42320

GLPI is a free asset and IT management software package. Starting in version 0.50 and prior to versions 10.0.25 and 11.0.7, a technician can read arbitrary files inside the GLPIDOCDIR. Upgrade to 10.0.25 or 11.0.7 to receive a patch...

5.9CVSS6.2AI score0.00239EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 4:16 p.m.8 views

CVE-2026-42318

GLPI is a free asset and IT management software package. Starting in version 9.5.0 and prior to versions 10.0.25 and 11.0.7, low privilege users with access to planning can delete any object in GLPI. Upgrade to 11.0.7 or 10.0.25 to receive a patch. As a workaround, disable delete rights for User'...

7CVSS6.1AI score0.00303EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 2:16 p.m.7 views

CVE-2026-44546

daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to autobahn for WebSocket handshake processing. Twisted does not treat \x0b, \x0c, \x1c, \x1d, \x1e, or \x85 as header line separators, but autobahn decodes header values to str and calls splitlines. An...

5.3CVSS6.1AI score0.00172EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 2:16 p.m.9 views

CVE-2026-37460

Missing input validation in the rfapiRibBi2Ri function rfapirib.c of FRRouting FRR stable/10.0 to stable/10.6 allows attackers to cause a Denial of Service DoS via supplying a crafted BGP UPDATE message...

7.5CVSS6.1AI score0.00335EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 2:16 p.m.7 views

CVE-2025-60477

A NULL pointer dereference in the gffilterpidresolvefiletemplateex function /filtercore/filterpid.c of GPAC Project/MP4Box before 26.02.0 allows attackers to cause a Denial of Service DoS via supplying a crafted file...

5CVSS6.2AI score0.00107EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 2:16 p.m.8 views

CVE-2026-44545

daphne before 4.2.2 did not pass maxFramePayloadSize or maxMessagePayloadSize to Autobahn's WebSocketServerFactory. Because Autobahn defaults both values to 0 unlimited, an unauthenticated remote attacker could send arbitrarily large WebSocket messages or frames, causing excessive memory...

7.5CVSS6.1AI score0.00328EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:16 p.m.6 views

CVE-2025-41259

SWUpdate before 2026.05 is affected by a time-of-check time-of-use TOCTOU race condition that allows local unprivileged attackers to escalate privileges to root or install untrusted contents using a signed update...

7.3CVSS6.1AI score0.00101EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:16 p.m.9 views

CVE-2026-10722

A vulnerability has been found in cilium ebpf up to 0.21.0. This affects the function loadRawSpec of the file btf/btf.go of the component LoadCollectionSpec/LoadCollectionSpecFromReader. Such manipulation of the argument offset leads to integer overflow. The attack can only be performed from a...

5.5CVSS5.8AI score0.00179EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:00 p.m.7 views

CVE-2026-7666

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.core.mail.backends.smtp.EmailBackend in Django fails to prevent reuse of a partially-initialized connection after a failed STARTTLS handshake when failsilently=True, which allows on-path network attackers to read ema...

3.1CVSS6.5AI score0.0015EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:00 p.m.7 views

CVE-2026-35193

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not add Authorization to the Vary response header for requests bearing that header without Cache-Control: public, which allows remote attackers to read private...

3.1CVSS6.6AI score0.00372EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:00 p.m.10 views

CVE-2026-48587

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.utils.cache.hasvaryheader in Django does not strip leading or trailing whitespace from Vary response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose...

5.3CVSS6.7AI score0.00367EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:00 p.m.10 views

CVE-2026-6873

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.http.HttpRequest.getsignedcookie in Django uses a non-injective salt derivation concatenating the cookie name and salt argument, which allows a remote attacker to use a cookie in a context different from the one wher...

4.3CVSS6.7AI score0.00245EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:00 p.m.9 views

CVE-2026-8404

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

5.3CVSS6.9AI score0.00285EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 11:16 a.m.8 views

CVE-2026-47065

ZDRES-232: resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy Assessment: Fully addressed. When the serialised stream contains a TCPROXYCLASSDESC the marker for a java.lang.reflect.Proxy , JDK’s ObjectInputStream.readProxyDesc is dispatched. JDK then calls...

9.8CVSS6.1AI score0.005EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 8:16 a.m.9 views

CVE-2026-5078

Impact: The morgan logging middleware's :remote-user token extracts the Basic auth username from the Authorization request header and writes it to the log stream without neutralizing control characters. An unauthenticated attacker can send a crafted Authorization Basic header containing CR or LF...

5.3CVSS6.1AI score0.00332EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/06/03 1:16 a.m.9 views

CVE-2026-9516

Cpanel::JSON::XS versions before 4.41 for Perl allow denial of service via UTF-8 BOM prefixed input when a decode filter callback throws. To skip a leading 3-byte UTF-8 BOM, decodejson advances the input scalar's string pointer past the mark with SvPVset and restores it only on the normal return...

7.5CVSS6.1AI score0.00361EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 1:16 a.m.9 views

CVE-2026-9334

Cpanel::JSON::XS versions before 4.41 for Perl allow type confusion via duplicate object keys when dupkeysasarrayref is enabled. decodehv collapses duplicate object keys into an array reference under dupkeysasarrayref. The branch reached for a duplicate key tests SvTYPE oldvalue != SVtRV && SvTYP...

7.3CVSS6.1AI score0.00253EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 12:00 a.m.11 views

CVE-2026-38978

transmission through 4.1.1 was found to have a clickjacking weakness in the browser-facing WebUI and RPC response paths...

5.3CVSS6.1AI score0.00305EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 12:00 a.m.7 views

CVE-2026-10705

A flaw has been found in dask up to 3.0. Affected by this issue is the function nuniqueapprox of the file dask/dataframe/hyperloglog.py of the component HLL Handler. This manipulation causes resource consumption. The attack is possible to be carried out remotely. A high degree of complexity is...

3.1CVSS5.7AI score0.00287EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 12:00 a.m.9 views

CVE-2026-50031

ipmi-oem in FreeIPMI before 1.6.18 has exploitable buffer overflows on response messages. The Intelligent Platform Management Interface IPMI specification defines a set of interfaces for platform management. It is implemented by a large number of hardware manufacturers to support system managemen...

7.5CVSS7.4AI score0.0039EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/03 12:00 a.m.8 views

CVE-2026-50052

In Vinyl Cache before 9.0.1 and Varnish Cache before 9.0.3, a deficiency in HTTP/2 request parsing can be exploited to launch a backend request desync attack request smuggling, which in turn can be used for cache poisoning, authentication bypass, or possibly even information disclosure and...

2.3CVSS6.1AI score0.00397EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/03 12:00 a.m.15 views

CVE-2026-49975

Memory Allocation with Excessive Size Value vulnerability in Apache HTTP Server's modhttp leads to denial of service via malicious HTTP requests. This issue affects Apache HTTP Server: from 2.4.17 through 2.4.67...

7.5CVSS6.9AI score0.31042EPSS
SaveExploits9References9
Total number of security vulnerabilities76085