Lucene search
+L
UbuntucveRecent

71772 matches found

UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54283

Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form accepts maxfields and maxpartsize to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form-urlencoded. An...

7.5CVSS6.1AI score0.00275EPSS
Exploits0References3
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-42127

The public dashboard query endpoint does not limit request body size before processing, allowing unauthenticated attackers to trigger excessive memory allocation by sending arbitrarily large JSON payloads. This can lead to denial of service through memory exhaustion. No valid dashboard access tok...

7.5CVSS6.1AI score0.00432EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54280

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, payload resources are not closed correctly when a client disconnects in the middle of a write. If a payload is using an open file or similar limited resource, then an attacker may be able to cause...

7.5CVSS6.1AI score0.00281EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-53539

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, when parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead...

7.5CVSS6.2AI score0.00263EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-53537

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, parseoptionsheader parsed Content-Disposition and Content-Type headers with email.message.Message, which transparently applies RFC 2231/5987 decoding. The extended parameter syntax filename=charset'lang'value, name=...,...

5.3CVSS6.1AI score0.00177EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54275

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, the serverhostname TLS SNI check can be bypassed when an existing connection is reused. If an application makes multiple requests to the same domain, but with different per-request serverhostname...

7.5CVSS6.1AI score0.00266EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•4 views

CVE-2026-49356

Babel is a compiler for writing next generation JavaScript. Prior to 8.0.0-rc.6 and 7.29.6, @babel/core affected by an arbitrary file read via a sourceMappingURL comment. Using @babel/core to compile maliciously crafted code can allow an attacker to read any source map from the system that is...

3.6CVSS6.2AI score0.00116EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•4 views

CVE-2026-50555

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.16, 20.3.24, and 19.2.25, a Cross-Site Scripting XSS vulnerability exists in @angular/platform-server's DOM emulation dependency domino wh...

8.6CVSS6.2AI score0.00167EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54282

Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating scheme://hostpath and re-parsing the result, a path that does not begin with / for example...

5.3CVSS6.1AI score0.00187EPSS
Exploits0References3
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54274

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, if an attacker sends large incomplete websocket frame payloads, it may be possible to bypass the usual size limits on memory use. This vulnerability is fixed in 3.14.1...

8.7CVSS6.1AI score0.00305EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-53540

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.31, parseform did not validate the Content-Length header before using it to bound its chunked read of the request body. A negative Content-Length turned the bounded read into a read-until-EOF, so the entire body was loaded...

3.7CVSS6.1AI score0.00217EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54278

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, during cleanup it is possible for a compressed request body to be decompressed into memory in one chunk. An attacker may be able to send a compressed payload in specific situations that could be...

8.7CVSS6.1AI score0.00279EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-50171

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, a Denial of Service DoS vulnerability exists in the @angular/common package of Angular. The formatNumber functio...

8.2CVSS6.1AI score0.00161EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-50269

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.0, attacker-controlled input included into multipart/payload headers can be used to modify a request to inject additional headers or similar. In the unlikely situation that an application is passing...

7.5CVSS6.1AI score0.00301EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•3 views

CVE-2026-54273

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, no limit was present on the number of pipelined requests that could be queued. An attacker may be able to use pipelined requests to use excessive amounts of memory, potentially leading to DoS. This...

8.7CVSS6.1AI score0.00279EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•4 views

CVE-2026-54279

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, host-only cookies that are saved with CookieJar.save and then restored later with CookieJar.load lose their host-only status. This vulnerability is fixed in 3.14.1...

7.5CVSS6.1AI score0.00279EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 6:16 p.m.•5 views

CVE-2026-56109

The Advanced Linux Sound Architecture ALSA library before 1.2.16.1 contains a double-free vulnerability in parsedef in src/conf.c that allows attackers to corrupt memory by supplying maliciously crafted ALSA configuration text. When parsing nested compound or array configuration blocks, parsedef...

7CVSS6.1AI score0.00138EPSS
Exploits0References3
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•2 views

CVE-2026-12549

The fix for CVE-2026-2443 was regressed by a subsequent rework commit that replaced specific overflow checks with a general signed comparison. When a client sends a Range request with a suffix length exceeding the content size, the resulting negative start value is not properly clamped, leading t...

4.8CVSS6.1AI score0.00325EPSS
Exploits1References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-50178

The Angular Language Service VS Code Extension provides a rich editing experience for Angular templates. the client-side Angular Language Service VS Code extension configures the tooltip Markdown renderer with the isTrusted: true option located in client/src/client.ts. This setting instructs VS...

8.8CVSS6.2AI score0.00275EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•2 views

CVE-2026-54268

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, a Denial of Service DoS vulnerability exists in the @angular/common package of the Angular framework. The formatDate function,...

8.2CVSS6.1AI score0.00331EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•2 views

CVE-2026-54265

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, an issue in the @angular/compiler package allows bypassing DOM property sanitization through the use of two-way property...

6.1CVSS6.1AI score0.00195EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•6 views

CVE-2026-53550

js-yaml is a JavaScript YAML parser and dumper. Prior to 4.2.0 and 3.15.0, a crafted YAML document can trigger algorithmic CPU exhaustion in js-yaml merge-key processing by repeating the same alias many times in a merge sequence. This causes quadratic parse-time behavior relative to input size an...

5.3CVSS6.3AI score0.00259EPSS
Exploits1References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•5 views

CVE-2026-12725

A heap-based buffer overflow was found in dnsmasq. When DNSSEC validation and query logging are both enabled, logging of DS or DNSKEY replies containing unsupported algorithm or digest types can cause dnsmasq to write past the end of an internal logging buffer. A remote attacker able to supply su...

5.9CVSS6.2AI score0.00403EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•4 views

CVE-2026-54264

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, an information disclosure vulnerability exists in the @angular/service-worker package of the Angular framework. When the Servi...

8.3CVSS6.1AI score0.00226EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-49241

The Angular Language Service VS Code Extension provides a rich editing experience for Angular templates. Prior to 21.2.4, the client-side Angular Language Service VS Code extension reads the custom TypeScript SDK paths typescript.tsdk and js/ts.tsdk.path directly from workspace configurations...

8.8CVSS6.1AI score0.00154EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-53655

node-tar is a full-featured Tar for Node.js. Prior to 7.5.16, tar node-tar applies a PAX extended header's size= record and other PAX overrides to the next header entry of any type, including intermediary metadata headers such as a GNU long-name L or long-link K entry. Per POSIX pax, a PAX extend...

6.9CVSS6.1AI score0.00107EPSS
Exploits1References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-52725

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, an issue in the @angular/core package allows bypassing script-execution restrictions during dynamic component...

6.1CVSS6.2AI score0.00238EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•4 views

CVE-2026-54266

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, Angular's HttpTransferCache caches HTTP requests made during Server-Side Rendering SSR so that they can be reused during...

8.8CVSS6.1AI score0.0009EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-12479

A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the DiskIOStore.make method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths...

6.1CVSS6.5AI score0.00263EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•5 views

CVE-2026-54267

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, to optimize client-side bootstrap in Server-Side Rendered SSR environments, Angular supports Hydration via...

8.6CVSS6.1AI score0.00179EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 4:16 p.m.•3 views

CVE-2026-50557

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22 and 19.2.22, an issue in the @angular/compiler and @angular/core packages allows bypassing element and attribute...

6.1CVSS6.1AI score0.00206EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 2:17 p.m.•3 views

CVE-2026-9029

A user with Editor permissions can place a malicious script in the attribution field of a Geomap panel's XYZ tile layer via a template variable. The script then executes in the browser of any user who views the affected dashboard stored cross-site scripting...

7.3CVSS6AI score0.0025EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 2:17 p.m.•6 views

CVE-2026-42129

A user with Viewer permissions can use a path traversal in the Loki data source plugin to reach administrative Loki endpoints and read sensitive backend configuration and internal service information...

7.7CVSS6.1AI score0.00394EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•3 views

CVE-2026-50195

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a vulnerability in the CRI checkpoint import process where it fails to validate the image references specified within a checkpoint image's configuration. An attacker with permissions to create pods ca...

9.9CVSS6.3AI score0.00354EPSS
Exploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•3 views

CVE-2026-53489

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a bug where the CRI plugin restores container.log from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via kubectl logs. This issue h...

8.2CVSS6.1AI score0.00208EPSS
Exploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•4 views

CVE-2026-53492

containerd is an open-source container runtime. In Versions prior to 2.3.2, 2.2.5 and 2.1.9, the CRI implementation improperly trusts Container Device Interface CDI annotations found within untrusted checkpoint image metadata during container restoration. When restoring a container from a...

9.6CVSS6.1AI score0.00412EPSS
Exploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•3 views

CVE-2026-53488

containerd is an open-source container runtime. In versions prior to 1.7.33, 2.3.2, 2.2.5, 2.1.9, and 2.0.10 the CRI plugin propagates labels from an image config LABEL instruction in Dockerfile to a container without validation. This may result in executing an arbitrary command on the host, via ...

9.4CVSS6.1AI score0.00203EPSS
Exploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•3 views

CVE-2026-54604

Unknown description...

6.1AI score
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•4 views

CVE-2026-6653

Use After Free in libxml2's xmlParseInternalSubset from GNOME libxml2 version 2.9.11 to 2.11.0 allows a remote attacker to cause a denial-of-service via maliciously crafted XML input with improper entity resolution handling...

9.8CVSS6.1AI score0.00348EPSS
Exploits1References4
UbuntuCve
UbuntuCve
•added 2026/06/22 12:0 a.m.•5 views

CVE-2026-47262

containerd is an open-source container runtime. Versions prior to 1.7.33, 2.0.10, 2.1.9, 2.2.5 and 2.3.2, contain a vulnerability that allows a maliciously crafted image to cause a Denial of Service DoS condition. When creating a container from this image, memory exhaustion occurs, leading to an...

5.5CVSS6.1AI score0.00317EPSS
Exploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/21 8:16 p.m.•3 views

CVE-2026-12805

A flaw has been found in OFFIS DCMTK up to 3.7.0. The affected element is the function XMLNode::parseFile in the library ofstd/libsrc/ofxml.cc. Executing a manipulation can lead to heap-based buffer overflow. The attack may be performed from remote. The exploit has been published and may be used...

7.5CVSS6.5AI score0.00279EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 7:16 p.m.•3 views

CVE-2026-12804

A vulnerability was detected in lemonldap-ng up to 2.23.0. Impacted is an unknown function in the library lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm of the component SAML Common Domain Cookie Endpoint. Performing a manipulation of the argument url results in open redirect. The attack is...

5.3CVSS5.7AI score0.00264EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/21 5:16 p.m.•3 views

CVE-2026-56411

xmlwf in libexpat before 2.8.2 has an integer overflow in endDoctypeDecl via NOTATION declarations...

6.9CVSS6.1AI score0.0011EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 5:16 p.m.•3 views

CVE-2026-56412

libexpat before 2.8.2 does not consider XMLTOKDATACHARS in doCdataSection and thus lacks handler call depth tracking for various calls from within handlers in cases of a policy violation. Thus, a use-after-free can occur. NOTE: this issue exists because of an incomplete fix for CVE-2026-50219...

5.9CVSS6.1AI score0.00105EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•2 views

CVE-2026-56410

xmlwf in libexpat before 2.8.2 has an integer overflow in resolveSystemId...

6.9CVSS6.1AI score0.0011EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•2 views

CVE-2026-56408

libexpat before 2.8.2 has an integer overflow in copyString...

6.9CVSS6.1AI score0.00102EPSS
Exploits0References1
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•3 views

CVE-2026-56403

libexpat before 2.8.2 has an integer overflow in storeAtts...

6.9CVSS6.1AI score0.00102EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•3 views

CVE-2026-56409

xmlwf in libexpat before 2.8.2 has an integer overflow for the output filename when -d outputDir is used...

6.5CVSS6.1AI score0.00098EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•3 views

CVE-2026-56404

libexpat before 2.8.2 has an integer overflow in addBinding...

6.9CVSS6.1AI score0.00102EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/21 4:16 p.m.•3 views

CVE-2026-56406

libexpat before 2.8.2 has an integer overflow in XMLParseBuffer because it lacked a check that was present in XMLParse...

6.9CVSS6.1AI score0.00102EPSS
Exploits0References2
Total number of security vulnerabilities71772