Lucene search
+L
UbuntucveRecent

79966 matches found

UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.13 views

CVE-2026-49478

Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect OIDC identity. Versions through 1.8.5 improperly follow cross-host redirects and attach Kubernetes ServiceAccount tokens during OIDC discovery, allowing a malicious or compromised issuer to perform blind...

8.7CVSS8.5AI score0.00175EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.16 views

CVE-2026-6470

Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type from an SQL...

4.3CVSS5.5AI score0.00195EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.16 views

CVE-2026-73583

A flaw was found in sblim-sfcb. A local attacker with access to the system can exploit an unsafe deserialization vulnerability in the provider-manager's inter-process communication IPC message parsing. By sending a specially crafted message, the attacker can cause out-of-bounds memory access,...

6.6CVSS5.6AI score0.00092EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.20 views

CVE-2026-6471

Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account. Versions before...

7.2CVSS7.6AI score0.00285EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.23 views

CVE-2026-14663

Cleartext storage in PostgreSQL pgcrypto disabled ciphers allows a user to recover cleartext, via direct observation of the faulty ciphertext. The OpenSSL version and OpenSSL configuration determine the disabled ciphers. If the application accepts encrypted data as input, decryption will succeed...

6.5CVSS6.6AI score0.00096EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.17 views

CVE-2026-14673

Untrusted search path in PostgreSQL amcheck allows a grantee of amcheck function EXECUTE privilege to execute arbitrary functions as the owners of expression indexes that depend on the search path, via setting a hostile search path before calling the amcheck function. Within major versions 18, 16...

3.8CVSS6AI score0.00174EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.18 views

CVE-2026-14678

Buffer over-read in PostgreSQL pgtrgm index picksplit function reads past end of a heap buffer. This might allow a table maintainer to infer limited memory values, via the lossy signal of index split choices. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

4.3CVSS5.6AI score0.00195EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.30 views

CVE-2026-15741

SQL injection in PostgreSQL EXTRACT deparse allows an object owner to execute arbitrary SQL as a superuser via a hostile object definition. Attacks affect expression deparse consumers broadly, including pgdump, psql commands like \sf, and any similar usage in non-core tools. Versions before...

8.8CVSS7.8AI score0.00349EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-18024

Buffer over-read in PostgreSQL ascii SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.1...

4.3CVSS5.4AI score0.00195EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.19 views

CVE-2026-14668

Type confusion regarding input of PostgreSQL ctid data type selectivity estimator allows an object creator to view a calculation derived from the value of an arbitrary 4-byte span of memory, via a chosen non-ctid input. While the calculation loses precision, substantial memory value recovery...

8.1CVSS7.6AI score0.00334EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.19 views

CVE-2026-14670

Heap buffer overflow in PostgreSQL plperl return of a tied hash allows the function owner to execute arbitrary code as the operating system user running the database, via a crafted function body. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS8.4AI score0.00436EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-19385

Heap buffer overflow in PostgreSQL pgdump of long function transform lists allows an object creator to execute arbitrary code as the operating system user running pgdump, via a crafted transform list. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS8.4AI score0.00427EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-14662

Integer wraparound in PostgreSQL tsvector and tsquery data type functions allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds, via crafted large inputs. This may execute arbitrary code as the operating system user running the database. These...

8.8CVSS7.9AI score0.0046EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.19 views

CVE-2026-14680

Type confusion with PostgreSQL "internal" data type arguments allows any user to execute arbitrary code as the operating system user running the database, via calls to functions with that argument type. Type "internal" represents a class of mutually-incompatible data structures not intended for...

8.8CVSS8.1AI score0.00423EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.23 views

CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS7.9AI score0.00526EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-14669

Heap buffer overflow in PostgreSQL tochartimestamptz allows the party choosing the timezone to execute arbitrary code as the operating system user running the database, via a long POSIX timezone abbreviation. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS8.4AI score0.00676EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.21 views

CVE-2026-14679

Stack buffer overflow in PostgreSQL argument name matching allows an object creator to achieve unknown impacts via OUT parameter count. The attack can write only 0x0 and 0x1 bytes. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.2CVSS7.7AI score0.00293EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.19 views

CVE-2026-15742

Integer wraparound in PostgreSQL fuzzystrmatch allows a user to direct writes to a huge range of addresses, executing arbitrary code as the operating system user running the database, via extreme inputs to SQL function levenshtein or levenshteinlessequal. Versions before PostgreSQL 18.6, 17.11,...

8.8CVSS7.9AI score0.00436EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.17 views

CVE-2026-14681

Improper enforcement of message integrity in PostgreSQL GSSAPI support allows a user to negotiate GSSAPI contrary to pghba.conf rules, via initial direct TLS connection. Despite a pghba.conf that appears to require GSSAPI, the connection may exchange data over TLS encryption alone. If the TLS...

4.2CVSS5.7AI score0.00066EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.18 views

CVE-2026-14672

Observable response discrepancy in PostgreSQL SCRAM authentication allows an unauthenticated user to test the existence of a user via observing the SCRAM iteration count. This requires the probed user to have a non-default scramiterations count, because the authentication challenge for a...

5.3CVSS5.9AI score0.00252EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.16 views

CVE-2026-14666

Incomplete tracking in PostgreSQL of changes to role membership, role attributes, and database ownership allows a query to continue using cached row-level security policies after those changes require a different policy, via plan reuse. Stale policies continue until some other event invalidates t...

4.2CVSS5.5AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-16241

Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or control. This...

3.8CVSS5.5AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.19 views

CVE-2026-16238

Type confusion in PostgreSQL pgrestoreattributestats allows an object creator to execute arbitrary code as the operating system user running the database, via conflation of range and multirange values. Within major version 18, minor versions before PostgreSQL 18.6 are affected. Versions before...

8.8CVSS8.1AI score0.00414EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.18 views

CVE-2026-14676

Heap buffer overflow in PostgreSQL pgstatstatements allows the query author to execute arbitrary code as the operating system user running the database, via crafted queries containing array constants. Within major version 18, minor versions before PostgreSQL 18.6 are affected. Versions before...

8.8CVSS8.4AI score0.00427EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.16 views

CVE-2026-14671

Type confusion in PostgreSQL module "refint" allows an object creator to execute arbitrary code as the operating system user running the database. The fix for this emerged as a non-security bug report, and the fix appear in the git repository with subject "refint: Remove plan cache.", without a C...

8.8CVSS7.9AI score0.00423EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.17 views

CVE-2026-14677

Integer wraparound in PostgreSQL 32-bit builds of pltcl and plperl allows an object creator to cause the server to undersize an allocation and write out-of-bounds via crafted function bodies. This may execute arbitrary code as the operating system user running the database. CVE-2026-6473 had fixe...

8.8CVSS7.9AI score0.00423EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.21 views

CVE-2026-18408

Untrusted data inclusion in pgdump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql \restrict meta-command input expansion. The fix for CVE-2025-871...

8.8CVSS7.9AI score0.00363EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.17 views

CVE-2026-14664

Heap buffer overflow in PostgreSQL regexp allows the query author to execute arbitrary code as the operating system user running the database, via text that would not pass encoding validation. This shares heritage with CVE-2026-2006, but this case involved unanticipated data growth when...

8.8CVSS8.1AI score0.00436EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.11 views

CVE-2026-73619

GitPython before 3.1.57 contains an incomplete denylist in the unsafegitarchiveoptions guard that omits --add-file and --add-virtual-file options. Attackers can supply these options to Repo.archive to read arbitrary files from the filesystem and include them in the returned archive...

7.1CVSS6.6AI score0.00291EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.11 views

CVE-2026-73625

GitPython versions before 3.1.54 contain a remote code execution vulnerability in the checkunsafeoptions guard that can be bypassed by smuggling git options inside single-character kwarg values. Attackers can supply crafted option dictionaries to clonefrom, fetch, pull, push, lsremote, itercommit...

8.8CVSS6.2AI score0.00653EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.16 views

CVE-2026-73626

JupyterLab versions =4.6.0,=4.6.1 and =4.5.9 contain an allowlist/blocklist enforcement gap in PyPIExtensionManager.install. A missing 'await' caused the isinstallallowed coroutine to never execute, so the extension allowlist/blocklist check was not enforced for direct callers of install. The sto...

7.7CVSS5.5AI score0.00214EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.16 views

CVE-2026-73629

Serendipity before 2.6.0 contains a server-side request forgery vulnerability in the serendipityurlallowed filter that fails to block hex-encoded IPv4 addresses, IPv6 literals, and link-local ranges. Authenticated users with adminImagesAdd permission can bypass the filter using alternate address...

8.5CVSS5.3AI score0.00189EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.17 views

CVE-2026-73628

Serendipity versions = 2.3.5 and . In include/functionsrouting.inc.php serveSearch, the sanitisation pipeline runs urldecode after HTML-encoding, so a single URL-encoded HTML payload survives striptags and htmlspecialchars and is then decoded back into live HTML in the page. A crafted search link...

6.1CVSS5.4AI score0.00189EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.15 views

CVE-2026-73621

GitPython before 3.1.56 contains an argument injection vulnerability in the Commit.count method, which forwards keyword arguments to 'git rev-list' without the checkunsafeoptions guard present in the sibling iteritems method. An attacker who can control options passed to Commit.count e.g., via an...

5.4CVSS5.5AI score0.00211EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.16 views

CVE-2026-73623

GitPython before 3.1.54 contains an incomplete denylist in unsafegitcloneoptions that omits --template, allowing attackers to achieve arbitrary command execution during clone operations. Attackers can supply --template pointing to a directory containing malicious post-checkout hooks that execute...

8.8CVSS5.9AI score0.00961EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.16 views

CVE-2026-73622

GitPython before 3.1.55 fails to disable environment variable expansion in Remote.create and Submodule.add URL handling, allowing attackers to exfiltrate secrets by supplying URLs containing variable references. Attackers can craft URLs with environment variable tokens that are expanded into...

8.7CVSS5.3AI score0.00354EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.16 views

CVE-2026-73627

JupyterLab pip package 'jupyterlab' versions =4.1.0,=4.6.0,=4.6.1 contain a plugin manager lock-rule enforcement bypass. Two server-side enforcement gaps allow an authenticated user to circumvent administrator lock rules by making direct requests to the /lab/api/plugins endpoint, enabling or...

6CVSS5.4AI score0.00249EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.15 views

CVE-2026-73620

GitPython before 3.1.57 fails to guard git option forwarding in IndexFile.checkout and TagReference.create, allowing attackers to pass unsafe options via kwargs. Attackers can use --prefix to overwrite arbitrary files with repository content or -F to read arbitrary files returned in-band...

8.1CVSS5.5AI score0.00358EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.15 views

CVE-2026-73624

GitPython versions before 3.1.54 contain an arbitrary file overwrite vulnerability in the Diffable.diff method that fails to validate git options passed through kwargs. Attackers can supply the --output argument via the other parameter or output kwarg to write patch content to attacker-chosen fil...

8.1CVSS5.5AI score0.00334EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.11 views

CVE-2026-52068

rxndpna NDP NA missing option length check -- OOB read...

5.2AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.17 views

CVE-2026-62289

libheif is a HEIF and AVIF file format decoder and encoder. In 1.23.0 and earlier, a crafted HEIF or AVIF file containing a clean aperture box can reduce an image dimension to zero and crash or corrupt tiling results when heifimagehandlegetimagetilinghandle, 1, &tiling is called...

4.3CVSS5.8AI score0.00302EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.21 views

CVE-2026-62292

libheif is a HEIF and AVIF file format decoder and encoder. From 1.19.0 until 1.23.1, a crafted uncompressed HEIF image using generic zlib unci full-item compression can crash an application that decodes an advertised tile with heifimagehandledecodeimagetile. In...

8.7CVSS5.8AI score0.0045EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.12 views

CVE-2026-19694

TTX Logger file parser crash in 4.6.0 to 4.6.7 allows denial of service...

5.5CVSS5.3AI score0.00129EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.16 views

CVE-2026-19696

Ixia IxVeriWave and Vector Informatik BLF file parser crashes in 4.6.0 to 4.6.7 allows denial of service on Windows...

6.6CVSS5.3AI score0.00122EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.12 views

CVE-2026-70457

rsync 3.2.3 before 3.5.0 contains an out-of-bounds write in parsesizearg where the return value of snprintf is used directly as an index into a .bss-segment array without bounds checking. When snprintf truncates the formatted size string, the return value equals the number of characters that woul...

8.3CVSS5.4AI score0.00377EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.11 views

CVE-2026-70458

rsync 3.0.0 before 3.5.0 contains an out-of-bounds write vulnerability that allows attackers to corrupt memory by triggering HLINKBUMP processing on file entries with the FLAGHLINKED flag set while the hard-link preservation option is inactive. Attackers can exploit the missing FSUM field in the...

8.8CVSS5.4AI score0.00396EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.11 views

CVE-2026-70463

rsync 3.1.0 before 3.5.0 contains an authorization bypass in auth users directive parsing. The auth users parser uses comma-only tokenization when splitting the user list, which fails to correctly handle entries of the form @Group Name where the group name contains a space. The space within the...

8.6CVSS5.4AI score0.00364EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.12 views

CVE-2026-70460

rsync 2.3.3 before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to escape the module root by exploiting symlinks within the module file tree when using --partial-dir or --backup-dir options. Attackers with write access to place a symlink under the module root, or w...

9.2CVSS5.4AI score0.00448EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.14 views

CVE-2026-70461

rsync 3.2.5 before 3.5.0 contains a heap out-of-bounds write vulnerability that allows remote unauthenticated attackers to write one attacker-controlled byte past the end of a heap allocation by supplying a crafted files-from entry. Attackers can trigger the vulnerability against a read-only rsyn...

8.8CVSS5.5AI score0.0057EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 12:00 a.m.11 views

CVE-2026-53800

rsync before 3.5.0 contains a symlink race condition vulnerability in the --remove-source-files feature that allows attackers with symlink creation access to cause arbitrary file deletion. Attackers can atomically substitute a symlink for a source file between transfer completion and the unlink...

5.7CVSS5.5AI score0.00142EPSS
SaveExploits0References2
Total number of security vulnerabilities79966