Lucene search
+L

2347 matches found

NVD
NVD
added 2024/09/21 5:15 a.m.26 views

CVE-2024-6787

This vulnerability occurs when an attacker exploits a race condition between the time a file is checked and the time it is used TOCTOU. By exploiting this race condition, an attacker can write arbitrary files to the system. This could allow the attacker to execute malicious code and potentially...

6CVSS0.00261EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/21 4:20 a.m.14 views

CVE-2024-6787 MXview One Series vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition

This vulnerability occurs when an attacker exploits a race condition between the time a file is checked and the time it is used TOCTOU. By exploiting this race condition, an attacker can write arbitrary files to the system. This could allow the attacker to execute malicious code and potentially...

6CVSS7.4AI score0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/21 4:20 a.m.30 views

CVE-2024-6787 MXview One Series vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition

This vulnerability occurs when an attacker exploits a race condition between the time a file is checked and the time it is used TOCTOU. By exploiting this race condition, an attacker can write arbitrary files to the system. This could allow the attacker to execute malicious code and potentially...

6CVSS0.00261EPSS
SaveExploits0References2
VulnCheck KEV
VulnCheck KEV
added 2024/09/18 12:00 a.m.3 views

VulnCheck KEV: CVE-2022-3590

WordPress is affected by an unauthenticated blind SSRF in the pingback feature. Because of a TOCTOU race condition between the validation checks and the HTTP request, attackers can reach internal hosts that are explicitly forbidden...

5.9CVSS5.8AI score0.0315EPSS
SaveExploits5References1
Packet Storm
Packet Storm
added 2024/09/17 12:00 a.m.1135 views

Microsoft Windows TOCTOU Local Privilege Escalation

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Kernel Time of Check Time of Use LPE in AuthzBasepCopyoutInternalSecurityAttributes', 'Description' = %q CVE-2024-30088 is a Windows Kern...

7.8CVSS6.9AI score0.68202EPSS
SaveExploits7
Mageia
Mageia
added 2024/09/16 5:44 p.m.29 views

Updated postgresql15 & postgresql13 packages fix security vulnerability

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
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/09/16 12:00 a.m.6 views

PT-2024-31009 · Apple · Apple Macos

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 14.7.1 macOS versions prior to 15 Description: This issue is related to improved validation of symlinks. An app may be able to access sensitive user data due to a TOCTOU vulnerability in macOS's diskarbitrationd,...

7.5CVSS6.3AI score0.00638EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:00 a.m.27 views

CBL Mariner 2.0 Security Update: postgresql (CVE-2024-7348)

The version of postgresql installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-7348 advisory. - Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an object creator to execu...

8.8CVSS7.7AI score0.01565EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/10 2:10 p.m.31 views

SUSE-SU-2024:3195-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41062: Sync sock recv cb and release bsc1228576. - CVE-2023-52489: Fix race in accessing memorysection-usage bsc1221326. - CVE-2024-43821: Fix a possible...

9.8CVSS8.3AI score0.01EPSS
SaveExploits11References871
Amazon
Amazon
added 2024/09/04 12:00 a.m.11 views

Medium: fdupes

Issue Overview: In deletefiles in FDUPES before 2.2.0, a TOCTOU race condition allows arbitrary file deletion via a symlink. CVE-2022-48682 Affected Packages: fdupes Note: This advisory is applicable to Amazon Linux 2 - Mate-desktop1.x Extra. Visit this page to learn more about Amazon Linux 2 AL2...

6CVSS7AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2024/08/23 11:07 a.m.5 views

OESA-2024-2054 postgresql security update

PostgreSQL is an advanced Object-Relational database management system DBMS that supports almost all SQL constructs including transactions, subselects and user-defined types and functions. The postgresql package includes the client programs and libraries that you'll need to access a PostgreSQL DB...

8.8CVSS7.8AI score0.01565EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/21 12:10 a.m.20 views

CVE-2024-43882 exec: Fix ToCToU between perm check and set-uid/gid usage

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

7.8CVSS6.5AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/08/21 12:10 a.m.77 views

CVE-2024-43882 exec: Fix ToCToU between perm check and set-uid/gid usage

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

7.8CVSS0.00242EPSS
SaveExploits1References8
CVE
CVE
added 2024/08/21 12:10 a.m.184 views

CVE-2024-43882

CVE-2024-43882 is a Linux kernel race Condition (ToCToU) in exec path: permission checks for a file are done at do_filp_open(), but the metadata (mode/UID/GID) used later in execve() can be changed before execution, enabling potential root privilege escalation. The issue is exploitable in scenari...

8.4CVSS7AI score0.00242EPSS
SaveExploits1References13Affected Software1
Amazon
Amazon
added 2024/08/19 12:00 a.m.8 views

Important: postgresql15

Issue Overview: 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...

8.8CVSS8.2AI score0.01565EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/08/19 12:00 a.m.23 views

Amazon Linux 2023 : postgresql15, postgresql15-contrib, postgresql15-llvmjit (ALAS2023-2024-702)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2024-702 advisory. 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...

8.8CVSS7.7AI score0.01565EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/16 11:07 a.m.6 views

OESA-2024-1977 postgresql security update

PostgreSQL is an advanced Object-Relational database management system DBMS that supports almost all SQL constructs including transactions, subselects and user-defined types and functions. The postgresql package includes the client programs and libraries that you'll need to access a PostgreSQL DB...

8.8CVSS7.8AI score0.01565EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/08/15 12:00 a.m.99 views

PostgreSQL 12.x < 12.20 / 13.x < 13.16 / 14.x < 14.13 / 15.x < 15.8 / 16.x 16.4 SQL Injection<

The version of PostgreSQL installed on the remote host is 12 prior to 12.20, 13 prior to 13.16, 14 prior to 14.13, 15 prior to 15.8, or 16 prior to 16.4. As such, it is potentially affected by a vulnerability : - Time-of-check Time-of-use TOCTOU race condition in pgdump in PostgreSQL allows an...

8.8CVSS7.7AI score0.01565EPSS
SaveExploits0References3
NVD
NVD
added 2024/08/14 3:15 p.m.33 views

CVE-2024-39425

Acrobat Reader versions 20.005.30636, 24.002.20965, 24.002.20964, 24.001.30123 and earlier are affected by a Time-of-check Time-of-use TOCTOU Race Condition vulnerability that could lead to privilege escalation. Exploitation of this issue require local low-privilege access to the affected system...

7CVSS0.00202EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/14 3:15 p.m.30 views

CVE-2024-39420

Acrobat Reader versions 20.005.30636, 24.002.21005, 24.001.30159, 20.005.30655, 24.002.20965, 24.002.20964, 24.001.30123, 24.003.20054 and earlier are affected by a Time-of-check Time-of-use TOCTOU Race Condition vulnerability that could lead to arbitrary code execution. This vulnerability arises...

7CVSS0.03492EPSS
SaveExploits0References2
Rows per page
Query Builder