Lucene search
+L

4440 matches found

NVD
NVD
added 2024/08/08 1:15 p.m.42 views

CVE-2024-7348

Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pgdump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting...

8.8CVSS0.01565EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/08 1:15 p.m.26 views

CVE-2024-7348

Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pgdump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting...

7.5CVSS8.1AI score
SaveExploits0References3
CVE
CVE
added 2024/08/08 1:00 p.m.446 views

CVE-2024-7348

TOCTOU race in pg_dump (CVE-2024-7348) allows the object creator to run arbitrary SQL functions as the pg_dump user (often a superuser) by replacing a relation type with a view or foreign table. The attack requires waiting for pg_dump to start; success is facilitated if an open transaction is hel...

8.8CVSS9AI score0.01565EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/08 1:00 p.m.40 views

CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL

Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pgdump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting...

8.8CVSS7.7AI score0.01565EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/08/08 1:00 p.m.30 views

CVE-2024-7348

Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pgdump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting...

8.8CVSS8.4AI score0.01565EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2024/08/08 1:00 p.m.37 views

CVE-2024-7348

Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pgdump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting...

8.8CVSS8.2AI score0.01565EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/08/08 7:00 a.m.6 views

ocfs2: fix DIO failure due to insufficient transaction credits

...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.18 views

kernel: i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()

A flaw was found in the Linux kernel. The following vulnerability has been resolved: i2c: mlxbf: prevent stack overflow in mlxbfi2csmbusstarttransaction...

7.8CVSS6.5AI score0.00253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.8 views

kernel: netfilter: nf_tables: do not compare internal table flags on updates

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags...

7.8CVSS6.8AI score0.00263EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.7 views

SUSE CVE-2024-42077

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

5.5CVSS7.7AI score0.00228EPSS
SaveExploits0References21
OSV
OSV
added 2024/08/01 12:00 a.m.25 views

ASB-A-336648613

In setTransactionState of SurfaceFlinger.cpp, there is a possible way to perform tapjacking due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS7.8AI score0.00082EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/07/31 12:36 p.m.19 views

Improper Input Validation

@fuel-ts/account is vulnerable to Improper Input Validation. The vulnerability is caused due to the fund function in fuels-ts/packages/account/src/account.ts which gets the needed resources statelessly with the function getResourcesToSpend without taking into consideration already used UTXOs. Thi...

3.1CVSS6.7AI score0.00309EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.22 views

CVE-2024-42077

A vulnerability was found in OCFS2 in the Linux Kernel. This issue occurs due to insufficient transaction credits for Direct I/O DIO operations, which could lead to kernel panics. In ocfs2dioendiowrite, the required transaction credits were underestimated, especially when dealing with large or...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/07/30 9:13 p.m.35 views

The fuels-ts typescript SDK has no awareness of to-be-spent transactions

Brief/Intro The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The Typescript SDK provides the fund function which retrieves UTXOs, which belong to the owner and can be used to fund t...

3.1CVSS6.8AI score0.00309EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/07/30 9:13 p.m.42 views

GHSA-3JCG-VX7F-J6QF The fuels-ts typescript SDK has no awareness of to-be-spent transactions

Brief/Intro The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The Typescript SDK provides the fund function which retrieves UTXOs, which belong to the owner and can be used to fund t...

3.1CVSS3.8AI score0.00309EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/30 8:15 p.m.23 views

CVE-2024-41945

fuels-ts is a library for interacting with Fuel v2. The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The problem occurs, because the fund function in...

3.1CVSS0.00309EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 7:42 p.m.10 views

CVE-2024-41945 The fuels-ts typescript SDK has no awareness of to-be-spent transactions

fuels-ts is a library for interacting with Fuel v2. The typescript SDK has no awareness of to-be-spent transactions causing some transactions to fail or silently get pruned as they are funded with already used UTXOs. The problem occurs, because the fund function in...

3.1CVSS6.7AI score
SaveExploits0References3
OSV
OSV
added 2024/07/30 8:15 a.m.8 views

UBUNTU-CVE-2024-42109

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unconditionally flush pending work before notifier syzbot reports: KASAN: slab-uaf in nftctxupdate include/net/netfilter/nftables.h:1831 KASAN: slab-uaf in nftcommitrelease net/netfilter/nftablesapi.c:9530...

7.8CVSS6.2AI score0.00249EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.20 views

CVE-2024-42111 btrfs: always do the basic checks for btrfs_qgroup_inherit structure

In the Linux kernel, the following vulnerability has been resolved: btrfs: always do the basic checks for btrfsqgroupinherit structure BUG Syzbot reports the following regression detected by KASAN: BUG: KASAN: slab-out-of-bounds in btrfsqgroupinherit+0x42e/0x2e20 fs/btrfs/qgroup.c:3277 Read of si...

7.8CVSS7AI score0.0021EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.42 views

CVE-2024-42111 btrfs: always do the basic checks for btrfs_qgroup_inherit structure

In the Linux kernel, the following vulnerability has been resolved: btrfs: always do the basic checks for btrfsqgroupinherit structure BUG Syzbot reports the following regression detected by KASAN: BUG: KASAN: slab-out-of-bounds in btrfsqgroupinherit+0x42e/0x2e20 fs/btrfs/qgroup.c:3277 Read of si...

7.8CVSS0.0021EPSS
SaveExploits0References2
Rows per page
Query Builder