Lucene search
+L

281 matches found

Kitploit
Kitploit
added 2026/08/26 8:55 a.m.1 views

CVE-2026-64531

CVE-2026-64531 — OVSwrap PoC di escalation dei privilegi locali utente normale → root nel modulo Open vSwitch del kernel Linux. Sfrutta il wrap-around intero del campo nlalen a 16 bit per passare da utente normale a root. Sintesi della vulnerabilità Quando il flusso di action nidificate generato ...

7.8CVSS5.5AI score0.0038EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2026/08/26 7:57 a.m.3 views

CVE-2026-14662

A flaw was found in PostgreSQL. An unprivileged database user can exploit an integer wraparound vulnerability in the tsvector and tsquery data type functions. By providing crafted large inputs, the server can be forced to undersize an allocation, leading to an out-of-bounds write. This could...

8.8CVSS8.4AI score0.0046EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

CVE-2026-38427

CVE-2026-38427: Integer Wraparound → Heap Buffer Overflow in Tasmota fetchjpg CVE: CVE-2026-38427 Severity: Critical CVSS 9.8 Product: Arendst Tasmota Affected Version: = 15.3.0.3 File: tasmota/tasmotaxdrvdriver/xdrv10scripter.ino Function: fetchjpg — case 2 MJPEG frame fetch Author: Saidakbarxon...

7.3CVSS5.7AI score0.00458EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/08/24 2:20 p.m.8 views

CVE-2026-50142

A flaw was found in libheif, a HEIF and AVIF file format decoder and encoder. A remote attacker can provide a specially crafted HEIF sequence that triggers an unbounded heap allocation. This occurs because the HEIF sequence parser's fixed-size mode is missing a bound check, and an integer...

7.5CVSS4.4AI score0.00556EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/24 1:29 p.m.6 views

CVE-2026-73193

A flaw was found in DBI. On 32-bit Perl systems, a vulnerability exists in the preparse function due to an integer wraparound when calculating the output buffer size. A remote attacker can exploit this by providing a specially crafted, excessively large statement. This can lead to a heap...

9.8CVSS6.3AI score0.00477EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 9:55 a.m.7 views

OESA-2026-3420 postgresql security update

PostgreSQL is an advanced Object-Relational database management system DBMS. The base postgresql package contains the client programs that you'll need to access a PostgreSQL DBMS server, as well as HTML documentation for the whole system. These client programs can be located on the same machine a...

8.8CVSS7AI score0.00585EPSS
SaveExploits1References25
OSV
OSV
added 2026/08/19 8:52 a.m.4 views

BIT-POSTGRESQL-2026-15742 PostgreSQL fuzzystrmatch writes effectively-arbitrary addresses, via integer wraparound

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.5, 17.11,...

8.8CVSS6.1AI score0.00436EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 8:52 a.m.6 views

BIT-POSTGRESQL-2026-14677 PostgreSQL 32-bit pltcl and plperl undersize allocations, via integer wraparound

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.8CVSS5.9AI score0.00423EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:53 p.m.12 views

SUSE CVE-2026-73193

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

5.8AI score0.00477EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/15 1:17 p.m.8 views

CVE-2026-73193

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

9.8CVSS5.7AI score0.00477EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:09 p.m.51 views

CVE-2026-73193

In DBI's preparse function, buffer size is computed as strlen(statement) * 7 + 16 in a 32-bit STRLEN, wrapping at ~613 MB input to reserve only 19 bytes; a raw pointer copy then writes the entire input past the allocation. Affected: DBI

9.8CVSS5.7AI score0.00477EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72250

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2026/08/14 11:59 p.m.9 views

SUSE 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.8CVSS5.9AI score0.00423EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 1:17 p.m.6 views

ALPINE-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.5, 17.11,...

8.8CVSS6.1AI score0.00436EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.14 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.5, 17.11,...

8.8CVSS0.00436EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.6 views

ALPINE-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.8CVSS6AI score0.00423EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.5 views

UBUNTU-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.8CVSS5.9AI score0.00423EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.7 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.5, 17.11,...

8.8CVSS5.7AI score0.00436EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.9 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.8CVSS5.8AI score0.0046EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.6 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.8CVSS5.8AI score0.00423EPSS
SaveExploits0References4
Rows per page
Query Builder