Lucene search
+L
UbuntucveRecent

80917 matches found

UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•23 views

CVE-2026-63828

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

8.4CVSS5.4AI score0.0017EPSS
SaveExploits1References13
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•24 views

CVE-2026-53393

In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsdvfswrite and nfsdcommit both call filemapcheckwberr to detect deferred writeback errors, but neither rotates the server's write verifier nn-writeverf when this check...

5.5CVSS5.4AI score0.00129EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•19 views

CVE-2026-63815

In the Linux kernel, the following vulnerability has been resolved: f2fs: bound iinlinexattrsize for non-inline-xattr inodes When the flexibleinlinexattr feature is enabled, doreadinode loads the on-disk iinlinexattrsize unconditionally: if f2fssbhasflexibleinlinexattrsbi fi-iinlinexattrsize =...

8.4CVSS5.4AI score0.00139EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•24 views

CVE-2026-53382

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvmuxpushsi syzbot reported a general protection fault in vidtvpsitspsiwriteinto 1. vidtvmuxgetpidctx can return NULL, but vidtvmuxpushsi does not check for this before dereferenci...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•21 views

CVE-2026-53391

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: reject zero-length raddr in nfs4decodempdsaddr nfs4decodempdsaddr decodes the rnetid and raddr opaques of a netaddr4 from a GETDEVICEINFO multipath-DS body, then immediately calls strrchrbuf, '.' to locate the port...

7.5CVSS5.5AI score0.00517EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•20 views

CVE-2026-53395

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dead ACL conflict guard in nfsd4create nfsd4create steals create-crdpacl/crpacl into the local nfsdattrs via the designated initializer, then immediately sets the source pointers to NULL. The subsequent conflict guard...

7.5CVSS5.4AI score0.00382EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•23 views

CVE-2026-53396

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak and ignored error in nfsd4createfile nfsd4createfile has two bugs in its ACL handling: The return value of nfsd4acltoattr is silently discarded. When the NFSv4-to-POSIX ACL conversion fails e.g., -EINVAL f...

7.1CVSS5.6AI score0.00298EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•28 views

CVE-2026-53386

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pgasettings index ads1298pgasettings has 7 elements but ADS1298MASKCHPGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds check and...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•22 views

CVE-2026-53387

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6075: add bounds check to veml6075itms index veml6075itms has 5 elements but VEML6075CONFIT can yield values 0-7. If it returns a value = 5, this causes an out-of-bounds array access. Add a bounds check and return...

7.1CVSS5.3AI score0.00132EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•19 views

CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•21 views

CVE-2026-63797

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix use-after-free on probe error path rpmsgchrdevprobe stores the newly allocated eptdev in the default endpoint's priv pointer before calling rpmsgchrdeveptdevadd. If rpmsgchrdeveptdevadd then fails, its error path...

8.4CVSS5.5AI score0.00146EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•21 views

CVE-2026-63812

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•17 views

CVE-2026-63813

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•19 views

CVE-2026-63814

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate ACL entry sizes in f2fsaclfromdisk f2fsaclcount only validates the aggregate ACL xattr length. A malformed ACL can still place ACLUSER or ACLGROUP in a slot that only contains struct f2fsaclentryshort bytes, and...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•24 views

CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.4AI score0.00174EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•22 views

CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

5.4AI score0.00174EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•18 views

CVE-2026-53403

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

5.5CVSS4.5AI score0.0013EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•28 views

CVE-2026-53397

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak on SETACL decode failure nfsaclsvcdecodesetaclargs and nfs3svcdecodesetaclargs each call nfsstreamdecodeacl twice, first for NFSACL and then for NFSDFACL. Each successful call transfers ownership of a...

7.5CVSS4.6AI score0.00529EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•21 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.6AI score0.00252EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/07/19 12:16 p.m.•24 views

CVE-2026-63824

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctlpkeyparamsget2 The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the siz...

7.8CVSS5.6AI score0.0013EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/07/18 8:17 p.m.•21 views

CVE-2026-53994

ProFTPD modsftp contains a heap-based buffer overflow reachable by an authenticated SFTP user. The fxppacketread function accepts the attacker-supplied 32-bit big-endian SFTP packet length without a minimum sanity check. A value of 0 causes an unsigned subtraction elsewhere in the read path to...

7.7CVSS6AI score0.00747EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/18 2:17 p.m.•26 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00715EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/07/18 1:17 p.m.•19 views

CVE-2026-59173

Uncontrolled Resource Consumption vulnerability in Apache Traffic Server. This issue affects Apache Traffic Server: from 9.0.0 through 9.1.13, from 10.0.0 through 10.1.2. Users are recommended to upgrade to version 9.1.14 or 10.1.3, which fixes the issue...

7.5CVSS5.4AI score0.0074EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 10:17 p.m.•24 views

CVE-2026-56740

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not limit the number of environment variables a client may inject via the Telnet NEW-ENVIRON option, and TelnetIO.readNEVariables in TelnetIO.java:1127-1180...

7.5CVSS5.4AI score0.00884EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/07/17 10:17 p.m.•21 views

CVE-2026-56741

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not apply an upper bound to terminal dimensions received via the Telnet NAWS option, and TelnetIO.handleNAWS in TelnetIO.java:856-879 reads client-supplied...

7.5CVSS5.5AI score0.00889EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•34 views

CVE-2026-54490

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.7.5, if this library is used with the permessage-deflate extension, a WebSocket server or client can be made to accept messages that are larger than the configured maximum message size because the limit is checked...

6.3CVSS5.5AI score0.00445EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•31 views

CVE-2026-54466

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.7.5, the frame format in draft versions of the WebSocket protocol includes a length header that allows an arbitrarily large integer to be encoded as a sequence of bytes with the high bit set. By sending an indefinite...

9.2CVSS5.5AI score0.0038EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•25 views

CVE-2026-53727

cssparser is a Ruby CSS parser. From 2.2.0 until 3.0.0, CssParser::Parserreadremotefile in lib/cssparser/parser.rb, and therefore loaduri! and the @import-following branch of addblock!, issued HTTP and HTTPS requests against any host, port, and URI without a scheme allowlist, host or IP filtering...

8.9CVSS5.7AI score0.00506EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•30 views

CVE-2026-45784

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.50 until 0.10.80, CipherCtxRef::cipherupdateinplace in openssl/src/cipherctx.rs incorrectly sized output buffers when used with AES key-wrap-with-padding ciphers EVPaes128,192,256wrappad. For a non-multiple-of-8...

7.1CVSS5.6AI score0.00134EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•21 views

CVE-2026-54163

secureheaders manages application of security headers with many safe defaults. Prior to 7.3.0, secureheaders builds the Content-Security-Policy value by stitching directives with ; separators, and buildsandboxlistdirective, buildmediatypelistdirective, and buildreporttodirective interpolate...

4.7CVSS5.4AI score0.00286EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•17 views

CVE-2026-52584

Buffer Overflow vulnerability in libjxl v.0.11.2 and before allows a local attacker to obtain sensitive information via the DecodeImageAPNG function...

7.1CVSS5.3AI score0.00163EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/07/17 9:17 p.m.•20 views

CVE-2026-44891

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecoder fails to limit the total number of headers or their cumulative size per frame, and the maxLineLength parameter only...

7.5CVSS5.5AI score0.00728EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•17 views

CVE-2026-49284

SimpleSAMLphp versions before 1.18.6 contain an information disclosure vulnerability. Prior to 2.4.7 and 2.5.2, SimpleSAMLphp's SAML SP ACS path does not enforce the IdP selected for an SP-initiated login when unsigned Response/InResponseTo is combined with a signed assertion lacking...

7.1CVSS5.4AI score0.00222EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•27 views

CVE-2026-50289

systeminformation is a System and OS information library for node.js. Prior to 5.31.7, networkInterfaces on Linux is vulnerable to OS command injection through the Debian/Ubuntu interfaces5 source directive because lib/network.js checkLinuxDCHPInterfaces reads /etc/network/interfaces, extracts a...

8.8CVSS5.6AI score0.03557EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•21 views

CVE-2026-50151

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.1, registry/remote/repository.go in blobStore.completePushAfterInitialPost follows a registry-controlled Location header during monolithic blob upload and reuses the Authorization header from the initial POST request for the...

7.5CVSS5.5AI score0.0049EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•11 views

CVE-2026-16118

A flaw was found in xdgmime. A heap-based buffer overflow can be triggered in xdgmimemagicparsemagicline in the xdgmimemagic.c file on little-endian systems when an attacker-controlled MIME magic file in a user-writable XDG data location e.g., in the $XDGDATAHOME/mime/magic path is parsed by an...

7.1CVSS5.7AI score0.00267EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•8 views

CVE-2026-60137

WordPress 6.8.x before 6.8.6, 6.9.x before 6.9.5, and 7.0.x before 7.0.2 does not properly sanitise the authornotin parameter of WPQuery, which could allow SQL Injection when a plugin or theme passes untrusted input to the parameter...

5.9CVSS8.4AI score0.05906EPSS
SaveExploits63References7
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•26 views

CVE-2026-54464

Impact If this library is used in tandem with the permessage-deflate extension, a WebSocket server or client can be made to accept messages that are larger than the configured maximum message size. This is because this limit is checked against the message frames' length headers, which give the si...

6.3CVSS5.4AI score0.00445EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•22 views

CVE-2026-48978

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.1, auth.Client follows the realm URL from a registry's WWW-Authenticate: Bearer challenge without validating the scheme or host, allowing a malicious or compromised registry to cause SSRF to internal networks such as...

2.1CVSS5.5AI score0.0026EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•32 views

CVE-2026-54463

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an...

7.5CVSS5.4AI score0.00488EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•21 views

CVE-2026-49852

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS5.5AI score0.00194EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•27 views

CVE-2026-54171

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.4AI score0.00427EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•17 views

CVE-2026-49834

sigstore-go is a Go library for Sigstore signing and verification. Prior to 1.2.0, a verifier configured with WithTransparencyLogN1 or WithSignedCertificateTimestampsN1 counts verified witnesses per entry or per validation path rather than per log authority, allowing a single compromised...

7.5CVSS7.2AI score0.00181EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•26 views

CVE-2026-54465

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, when websocket-driver is used to implement a WebSocket server on top of a TCP server using WebSocket::Driver.server or to complement a WebSocket client, a peer can make a single connection consume an unbounded...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•21 views

CVE-2026-50163

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, ensureLinkPath in content/file/utils.go:262-275 validates a hardlink target relative to the extract base but returns the unresolved target, causing os.Link"victim.secret", "/payload.tar.gz/evilcwdlink" to resolve header.Linkname...

7.1CVSS5.5AI score0.00429EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•21 views

CVE-2026-50162

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.1, resolveWritePath in content/file/file.go uses a lexical filepath.Rel check for workingDir and does not account for symlink traversal, so when AllowPathTraversalOnWrite=false an attacker-controlled blob title through...

6.9CVSS5.5AI score0.00507EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/17 8:17 p.m.•15 views

CVE-2026-45799

Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.3.0 and 7.0.0-alpha03, ByteArrayProtoReader32.skipGroup and ProtoReader.skipGroup in wire-runtime do not validate that a LENGTHDELIMITED field length is non-negative before skip, allowing a crafted protobuf...

7.5CVSS5.5AI score0.00728EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
•added 2026/07/17 7:17 p.m.•23 views

CVE-2026-48045

Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.12, AsyncListener.handlequeryordefer retained every truncated TC-bit incoming query, each up to MAXMSGABSOLUTE = 8966 bytes, in self.deferredaddr and armed a per-address timer in self.timersaddr without...

6.5CVSS5.4AI score0.0037EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/17 7:17 p.m.•25 views

CVE-2026-45309

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. Prior to 2.23.0, AsyncSSH expands the OpenSSH-compatible AuthorizedKeysFile %u token in asyncssh/config.py, asyncssh/connection.py,...

8.2CVSS5.4AI score0.00592EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/07/17 7:17 p.m.•24 views

CVE-2026-48487

Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.16, readcharacterstring and readstring in src/zeroconf/protocol/incoming.py advanced self.offset by attacker-declared RDLENGTH without checking it against self.datalen, allowing unauthenticated hosts on th...

5.3CVSS5.5AI score0.00467EPSS
SaveExploits0References4
Total number of security vulnerabilities80917