Lucene search
+L
UbuntucveRecent

71772 matches found

UbuntuCve
UbuntuCve
•added 2026/04/29 4:16 p.m.•8 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•9 views

CVE-2026-6429

When asked to both use a .netrc file for credentials and to follow HTTP redirects, libcurl could leak the password used for the first host to the followed-to host under certain circumstances...

5.3CVSS5.8AI score0.00519EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•6 views

CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00291EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•9 views

CVE-2026-4873

A vulnerability exists where a connection requiring TLS incorrectly reuses an existing unencrypted connection from the same connection pool. If an initial transfer is made in clear-text via IMAP, SMTP, or POP3, a subsequent request to that same host bypasses the TLS requirement and instead transm...

5.9CVSS5.8AI score0.00329EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•5 views

CVE-2026-6253

curl might erroneously pass on credentials for a first proxy to a second proxy. This can happen when the following conditions are true: 1. curl is setup to use specific different proxies for different URL schemes 2. the first proxy needs credentials 3. the second proxy uses no credentials 4. whil...

5.9CVSS5.8AI score0.00639EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•5 views

CVE-2026-5773

libcurl might in some circumstances reuse the wrong connection for SMBS transfers. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criteria must be met. Due to a logical error in the...

7.5CVSS5.8AI score0.00549EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
•added 2026/04/29 2:0 p.m.•9 views

CVE-2026-5545

libcurl might in some circumstances reuse the wrong connection when asked to do an authenticated HTTPS request after a Negotiate-authenticated one, when both use the same host. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid...

6.5CVSS5.8AI score0.00414EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
•added 2026/04/29 12:16 p.m.•6 views

CVE-2026-22740

A WebFlux server application that processes multipart requests creates temp files for parts larger than 10 K. Under some circumstances, temp files may remain not deleted after the request is fully processed. This allows an attacker to consume available disk space. Older, unsupported versions are...

6.5CVSS5.8AI score0.00344EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/29 12:16 p.m.•6 views

CVE-2026-22741

Spring MVC and WebFlux applications are vulnerable to cache poisoning when resolving static resources. More precisely, an application can be vulnerable when all the following are true: the application is using Spring MVC or Spring WebFlux the application is configuring the resource chain support...

3.1CVSS5.8AI score0.00236EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 p.m.•6 views

CVE-2026-40686

In Exim before 4.99.2, when utf8 operators are enabled, there is an out-of-bounds read if large UTF-8 trailing characters are present malformed UTF-8 header data. Information might be divulged within an error message produced during handling of an unrelated e-mail message...

5.3CVSS6AI score0.00246EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 p.m.•6 views

CVE-2026-40685

In Exim before 4.99.2, when JSON lookup is enabled, an out-of-bounds heap write can occur when a JSON operator encounters malformed JSON in an untrusted header, because of an incorrect implementation of \ skipping...

9.8CVSS6AI score0.00321EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 p.m.•8 views

CVE-2026-40687

In Exim before 4.99.2, when the SPA authentication driver is used with an adversarial SPA resource, there can be an out-of-bounds write that crashes the connection instance, or erroneous data processing that divulges data from uninitialized heap memory...

9.1CVSS6AI score0.00373EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 p.m.•9 views

CVE-2026-40684

In Exim before 4.99.2, on systems using musl libc not glibc, an attacker can crash the connection instance when malformed DNS data is present in PTR records. This is caused by a dnexpand oddity in octal printing...

7.5CVSS6AI score0.00362EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 a.m.•6 views

CVE-2026-7168

Successfully using libcurl to do a transfer over a specific HTTP proxy proxyA with Digest authentication and then changing the proxy host to a second one proxyB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to...

5.3CVSS5.8AI score0.00471EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 a.m.•8 views

CVE-2026-7111

Text::CSVXS versions before 1.62 for Perl have a use-after-free when registered callbacks extend the Perl argument stack, which may enable type confusion or memory corruption. The Parse, print, getline, and getlineall methods invoke registered callbacks for example afterparse, beforeprint, or...

8.4CVSS5.9AI score0.00158EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 a.m.•9 views

CVE-2026-40560

Starman versions before 0.4018 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starman incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

7.5CVSS5.8AI score0.00487EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/29 12:0 a.m.•8 views

CVE-2026-42198

pgjdbc is an open source postgresql JDBC Driver. From version 42.2.0 to before version 42.7.11, pgjdbc is vulnerable to a client-side denial of service during SCRAM-SHA-256 authentication. A malicious server can instruct the driver to perform SCRAM authentication with a very large iteration count...

7.5CVSS5.7AI score0.0077EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7342

Use after free in WebView in Google Chrome on Android prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00399EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7344

Use after free in Accessibility in Google Chrome on Windows prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Critical...

8.8CVSS6AI score0.00244EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7334

Use after free in Views in Google Chrome on Mac prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00286EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7348

Use after free in Codecs in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00316EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•7 views

CVE-2026-7340

Integer overflow in ANGLE in Google Chrome on Windows prior to 147.0.7727.138 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. Chromium security severity: Medium...

4.3CVSS5.9AI score0.00207EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7350

Use after free in WebMIDI in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.8AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•9 views

CVE-2026-7352

Use after free in Media in Google Chrome on Android prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.8AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•4 views

CVE-2026-7343

Use after free in Views in Google Chrome on Windows prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Critical...

7.5CVSS6AI score0.00182EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•4 views

CVE-2026-7353

Heap buffer overflow in Skia in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS6AI score0.00253EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•7 views

CVE-2026-7361

Use after free in iOS in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Critical...

8.8CVSS6AI score0.00258EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7335

Use after free in media in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00309EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•7 views

CVE-2026-7339

Heap buffer overflow in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS6AI score0.00262EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•9 views

CVE-2026-7345

Insufficient validation of untrusted input in Feedback in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.8AI score0.00243EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•7 views

CVE-2026-7358

Use after free in Animation in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00316EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7351

Race in MHTML in Google Chrome prior to 147.0.7727.138 allowed an attacker who convinced a user to install a malicious extension to leak cross-origin data via a crafted Chrome Extension. Chromium security severity: High...

3.1CVSS5.8AI score0.00093EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•4 views

CVE-2026-7347

Use after free in Chromoting in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code via malicious network traffic. Chromium security severity: High...

8.1CVSS6.2AI score0.0035EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7359

Use after free in ANGLE in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00264EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7363

Use after free in Canvas in Google Chrome on Linux, ChromeOS prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: Critical...

8.8CVSS6.4AI score0.00309EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7360

Insufficient validation of untrusted input. in Compositing in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. Chromium security severity: High...

3.1CVSS5.7AI score0.00162EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7341

Use after free in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00399EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7349

Use after free in Cast in Google Chrome prior to 147.0.7727.138 allowed an attacker on the local network segment to execute arbitrary code inside a sandbox via malicious network traffic. Chromium security severity: High...

7.5CVSS6.2AI score0.00136EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7333

Use after free in GPU in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

9.6CVSS5.8AI score0.00286EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•8 views

CVE-2026-7336

Use after free in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00433EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•6 views

CVE-2026-7346

Inappropriate implementation in Tint in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to perform out of bounds memory access via a crafted HTML page. Chromium security severity: High...

8.1CVSS5.8AI score0.00252EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7357

Use after free in GPU in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

7.5CVSS5.8AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•8 views

CVE-2026-7338

Use after free in Cast in Google Chrome prior to 147.0.7727.138 allowed an attacker on the local network segment to potentially exploit heap corruption via malicious network traffic. Chromium security severity: High...

7.5CVSS5.8AI score0.00134EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7354

Out of bounds read and write in Angle in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00264EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•4 views

CVE-2026-7355

Use after free in Media in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS6.2AI score0.00316EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•7 views

CVE-2026-7356

Use after free in Navigation in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00309EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 11:16 p.m.•5 views

CVE-2026-7337

Type Confusion in V8 in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.2AI score0.00344EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 7:37 p.m.•6 views

CVE-2026-6238

The deprecated functions nsprintrrf, nsprintrr and fpnquery in the GNU C Library version 2.0.1 to version 2.43 fail to validate the RDATA content against the RDATA length in a DNS response when processing A6, CERT, LOC, TKEY or TSIG records, which may allow an attacker to craft a DNS response,...

6.5CVSS6.1AI score0.00358EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/04/28 3:16 p.m.•6 views

CVE-2026-40556

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/04/28 3:16 p.m.•7 views

CVE-2026-7324

Memory safety bugs present in Thunderbird 150.0.0. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability was fixed in Firefox 150.0.1 and Thunderbird 150.0.1...

7.5CVSS6.2AI score0.003EPSS
SaveExploits0References2
Total number of security vulnerabilities71772