Threats Tagged 'cwe-732'
View all threats tagged with 'cwe-732'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-732'
Click on any threat for detailed analysis and mitigation recommendations
Improper access control in the IRP_MJ_WRITE command interface in Wellbia XIGNCODE3 xhunter2.sys, version 2026.6.1.192, allows a local, unprivileged… (CVE-2026-15430)CVE-2026-15430 0 An improper access control vulnerability exists in the IRP_MJ_WRITE command interface of Wellbia XIGNCODE3 xhunter2.sys version 2026.6.1.192. This flaw allows a local, unprivileged attacker to escalate privileges to NT AUTHORITY\SYSTEM, extract credentials from PPL-protected lsass.exe, and terminate PPL-protected security processes. Join the discussion | GCVE Database | 08/03/2026, 18:30:45 UTC Added: 08/03/2026, 21:21:29 UTC |
CVE-2026-61892: CWE-732 in Weintek cMT3092X firmwareCVE-2026-61892 0 Weintek cMT3092X HMI allows a non-privileged user to modify tokens to escalate privileges. Join the discussion | CVE Database V5 | 07/24/2026, 22:16:58 UTC Added: 07/24/2026, 22:22:41 UTC |
CVE-2026-65069: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::DisjointSet::SharedCVE-2026-65069 0 Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file with insecure permissions and open flags. The file is created with mode 0666 (resulting in 0644 after umask), making it world-readable. The open call lacks O_EXCL and O_NOFOLLOW flags, allowing a local attacker to exploit symlink following and pre-creation race conditions in shared directories like /tmp or /dev/shm. This can lead to unauthorized local read access to IPC payloads. Join the discussion | CVE Database V5 | 07/21/2026, 19:10:00 UTC Added: 07/21/2026, 19:42:49 UTC |
CVE-2026-65068: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::SpatialHash::SharedCVE-2026-65068 0 Data::SpatialHash::Shared versions before 0.02 for Perl create a memory-mapped backing file with overly permissive permissions (world-readable) and open it without safeguards against symlink attacks or race conditions. This allows local users to read inter-process communication payloads and potentially manipulate the file open operation by pre-creating files or symlinks at the target path. Join the discussion | CVE Database V5 | 07/21/2026, 19:09:41 UTC Added: 07/21/2026, 19:42:49 UTC |
CVE-2026-65067: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::Intern::SharedCVE-2026-65067 0 Data::Intern::Shared versions before 0.02 for Perl create a memory-mapped file with overly permissive permissions (world-readable) and open it without secure flags, allowing local users to read sensitive IPC data or exploit race conditions via symlink attacks. The file is created with mode 0666 but typically results in 0644 permissions due to umask, and lacks O_EXCL and O_NOFOLLOW flags, enabling pre-creation races and symlink following in shared directories like /tmp or /dev/shm. Join the discussion | CVE Database V5 | 07/21/2026, 19:09:26 UTC Added: 07/21/2026, 19:42:49 UTC |
CVE-2026-65066: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::RingBuffer::SharedCVE-2026-65066 0 Data::RingBuffer::Shared versions before 0.04 for Perl create a memory-mapped backing file with world-readable permissions and open it without using secure flags O_EXCL or O_NOFOLLOW. This allows local users to read inter-process communication payloads stored in the shared segment and enables local attackers to exploit race conditions or symlink attacks to redirect file access. The vulnerability arises from incorrect permission assignment and insecure file opening practices in a shared directory. Join the discussion | CVE Database V5 | 07/21/2026, 19:09:03 UTC Added: 07/21/2026, 19:42:47 UTC |
CVE-2026-65065: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::RoaringBitmap::SharedCVE-2026-65065 0 Data::RoaringBitmap::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in roaring.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open. Join the discussion | CVE Database V5 | 07/21/2026, 19:08:49 UTC Added: 07/21/2026, 19:42:47 UTC |
CVE-2026-65064: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::HashMap::SharedCVE-2026-65064 0 Data::HashMap::Shared versions before 0.14 for Perl create a world-readable memory-mapped file without exclusive or no-follow flags, allowing local users to read IPC payloads and potentially exploit symlink or pre-creation race conditions in shared directories like /tmp or /dev/shm. Join the discussion | CVE Database V5 | 07/21/2026, 19:08:34 UTC Added: 07/21/2026, 19:42:47 UTC |
CVE-2026-65063: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::RadixTree::SharedCVE-2026-65063 0 Data::RadixTree::Shared versions prior to 0.02 for Perl create a memory-mapped file with overly permissive permissions (world-readable) and open it without safeguards against symlink attacks or race conditions. This allows local users to read inter-process communication data and potentially exploit pre-creation or symlink redirection attacks. The vulnerability arises from the use of open() with mode 0666 and missing O_EXCL and O_NOFOLLOW flags. Join the discussion | CVE Database V5 | 07/21/2026, 19:08:19 UTC Added: 07/21/2026, 19:42:47 UTC |
CVE-2026-65062: CWE-732 Incorrect Permission Assignment for Critical Resource in EGOR Data::SortedSet::SharedCVE-2026-65062 0 Data::SortedSet::Shared versions before 0.03 for Perl create a memory-mapped backing file with overly permissive permissions (world-readable) and open it without secure flags O_EXCL or O_NOFOLLOW. This allows local users to read sensitive IPC payloads and potentially exploit race conditions or symlink attacks by pre-creating or redirecting the backing file in shared directories like /tmp or /dev/shm. Join the discussion | CVE Database V5 | 07/21/2026, 19:08:01 UTC Added: 07/21/2026, 19:42:47 UTC |
Showing 1 to 10 of 18 results