Lucene search
+L

378013 matches found

CVE
CVE
added 2026/07/21 7:9 p.m.14 views

CVE-2026-65067

CVE-2026-65067 affects Data::Intern::Shared prior to 0.02 for Perl. The code creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0666, which becomes 0644 under the default umask. Absence of O_NOFOLLOW means a symlink at the path is followed, and absence of O_...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:9 p.m.16 views

CVE-2026-65066

Data::RingBuffer::Shared for Perl versions before 0.04 creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0644 after umask. The code uses O_NOFOLLOW absent and O_EXCL absent, so a symlink or pre-created file at the path can be followed or reused, enabling a ...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:8 p.m.10 views

CVE-2026-65065

Summary: CVE-2026-65065 affects Data::RoaringBitmap::Shared before 0.02 for Perl. The code creates a shared mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0666, yielding a world-readable 0644 file after umask. Absence of O_NOFOLLOW allows following a symlink, and absence of O_EX...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:8 p.m.10 views

CVE-2026-65064

Data::HashMap::Shared before 0.14 for Perl creates a world-readable mmap backing file and opens it with 0666 permissions, without O_EXCL or O_NOFOLLOW. The file is opened with open(path, O_RDWR|O_CREAT|O_CLOEXEC, 0666) in shm_generic.h, yielding a world-readable 0644 file (umask 022). A pre-creat...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:8 p.m.22 views

CVE-2026-65063

Data::RadixTree::Shared prior to 0.02 for Perl creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) in radix.h. With default umask 022, the resulting mode is 0644, making the file world-readable. O_NOFOLLOW is not used, so a symlink at the path is followed; O_EXCL is no...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:8 p.m.9 views

CVE-2026-65062

CVE-2026-65062 (Data::SortedSet::Shared) affects Perl versions before 0.03. Affected code creates an mmap-backed segment with world-readable permissions by opening a path with open(path, O_RDWR|O_CREAT, 0666) and a mode of 0666. With the default umask, this yields 0644, making the backing file wo...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:7 p.m.9 views

CVE-2026-65061

Data::ReqRep::Shared for Perl is affected in versions before 0.05. The issue arises because the code creates a world-readable mmap backing file by opening path with O_RDWR | O_CREAT and mode 0666 (leading to 0644 under umask) and does not use O_EXCL or O_NOFOLLOW, allowing a local user to read IP...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:7 p.m.13 views

CVE-2026-64617

Data::PubSub::Shared before 0.07 (Perl) creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0644 after umask. Lack of O_NOFOLLOW and O_EXCL enables a local attacker to follow a symlink or race, potentially reading IPC payloads stored in the shared segment. Th...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:6 p.m.12 views

CVE-2026-64616

CVE-2026-64616 affects Data::NDArray::Shared prior to version 0.02 for Perl. The code creates a mmap-backed segment by opening a path with open(path, O_RDWR|O_CREAT, 0666) and mode 0666, leading to a world-readable file (0644 after umask). With O_NOFOLLOW absent and O_EXCL absent, a symlink or pr...

3.3CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:6 p.m.13 views

CVE-2026-64615

CVE-2026-64615 affects Data::Graph::Shared for Perl, specifically versions before 0.04. The implementation creates a world-readable mmap backing file by opening path with O_RDWR|O_CREAT and mode 0666 (leading to 0644 under default umask), without O_NOFOLLOW or O_EXCL checks. This enables local us...

3.3CVSS5.3AI score0.00119EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:6 p.m.10 views

CVE-2026-64614

CVE-2026-64614 affects Data::Deque::Shared for Perl versions before 0.06. The issue arises when a shared segment is created with open(path, O_RDWR|O_CREAT, 0666); the mode 0666 (subject to umask 022 -> 0644) makes the backing file world-readable. Because O_NOFOLLOW is absent and O_EXCL is also...

3.8CVSS5.3AI score0.00119EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:5 p.m.13 views

CVE-2026-64613

Data::Buffer::Shared for Perl versions before 0.05 is affected. A world-readable mmap backing file is created (mode 0666 then 0644 by default umask) and opened with open(path, O_RDWR|O_CREAT|O_EXCL) without O_NOFOLLOW. A pre-planted symlink at the path can be followed, allowing local users to rea...

6.2CVSS5.3AI score0.00147EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:5 p.m.12 views

CVE-2026-59147

CVE-2026-59147 – Data::DisjointSet::Shared (Perl) affects versions before 0.02. The root cause is an unvalidated, raw file-stored index used by dsu_find to walk and path‑compress parent[x], never bounded against the node count. The attach-time header validation validates header scalars but not th...

9.8CVSS5.3AI score0.00416EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:4 p.m.17 views

CVE-2026-59146

CVE-2026-59146 affects Data::SpatialHash::Shared for Perl versions before 0.02. The vulnerability enables out-of-bounds reads/writes via unvalidated indices in sph_walk_cell and sph_alloc_slot, because the attach-time header validation does not validate array contents, and memory can be corrupted...

7.8CVSS5.3AI score0.00139EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:4 p.m.14 views

CVE-2026-59145

Data::Intern::Shared before 0.02 for Perl is affected by an out-of-bounds read in si_idx_find due to unvalidated arrays after a seemingly thorough header validation. The code walks a triple indirection: arena[reverse[slots[i].id]] without bounds checks on slots[i].id against count, reverse offset...

9.1CVSS5.3AI score0.00416EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:4 p.m.16 views

CVE-2026-59144

Data::RingBuffer::Shared prior to v0.04 for Perl has a stack-buffer overflow: ring_read_seq copies elem_size bytes into an 8-byte destination without capping elem_size, allowing a file-writable header to cause overflow and stack corruption. The attach-time header validation does not cap elem_size...

9.8CVSS5.7AI score0.00459EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:4 p.m.10 views

CVE-2026-59143

CVE-2026-59143 affects Data::RoaringBitmap::Shared before 0.02 for Perl. An out-of-bounds read arises in rb_contains_locked due to an unvalidated container offset and cardinality: the attach-time validator checks header and region layout against file size but does not validate bucket contents, an...

6.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:3 p.m.12 views

CVE-2026-59142

CVE-2026-59142 affects Data::HashMap::Shared for Perl versions before 0.14. The issue is an out-of-bounds read caused by unvalidated arena offsets/lengths in shm_str_copy, where memcpy(dst, arena + off, len) uses values sourced from the mmap’d segment. Although the attach-time validator shm_valid...

9.1CVSS5.3AI score0.00337EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:3 p.m.13 views

CVE-2026-59141

Data::RadixTree::Shared on Perl is affected in versions before 0.02 by an out-of-bounds read caused by trusting unvalidated node records after rdx_validate_header. The code validates the header but not the node records; rdx_find_locked may dereference nodes[cur].children[k] and read label_off/lab...

9.1CVSS5.3AI score0.00337EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:3 p.m.12 views

CVE-2026-59140

CVE-2026-59140 affects Data::SortedSet::Shared

9.1CVSS5.4AI score0.00337EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:2 p.m.13 views

CVE-2026-59139

CVE-2026-59139 affects Data::ReqRep::Shared for Perl, before version 0.05. The issue is an out-of-bounds read caused by an unvalidated arena offset and length in reqrep_recv_locked. The attach-time validator validates header scalars and region layout but does not bound the array contents, then me...

9.1CVSS5.3AI score0.00349EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 6:59 p.m.19 views

CVE-2016-20096

Linknat VOS3000/VOS2009 (up to version 2.1.2.0) is affected by an unauthenticated SQL injection in the login flow. The vulnerability occurs via the name parameter in a POST to the login endpoint, enabling arbitrary SQL execution and potential extraction of plaintext credentials and other database...

9.8CVSS6.4AI score0.00382EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 6:43 p.m.18 views

CVE-2026-55082

Summary: CVE-2026-55082 affects DHIS2 SQL View filters. An authenticated user who has SQL View access could supply crafted filter values that are interpolated into generated SQL, allowing manipulation of SQL generated for SQL View filters and potentially accessing data outside the intended SQL Vi...

8.7CVSS6AI score0.00334EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/21 6:41 p.m.8 views

CVE-2026-3159

The CVE-2026-3159 issue is documented in IBM’s Security Bulletin for IBM Sterling B2B Integrator and IBM Sterling File Gateway. Affected products and versions include IBM Sterling B2B Integrator and IBM Sterling File Gateway versions 6.2.0.0–6.2.0.5_2, 6.2.1.0–6.2.1.1_2, and 6.2.2.0–6.2.2.0_1. Th...

SaveExploits0
CVE
CVE
added 2026/07/21 6:40 p.m.10 views

CVE-2026-12548

CVE-2026-12548: A heap out-of-bounds read in libsoup during multipart HTTP parsing arises from an integer type mismatch in soup_headers_parse(), which truncates the length parameter and triggers a heap buffer over-read. This could crash applications using libsoup or potentially disclose heap memo...

4.2CVSS5.7AI score0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 6:36 p.m.18 views

CVE-2026-55081

DHIS2 OpenAPI HTML endpoint is vulnerable to reflected XSS via the scope parameter. The OpenAPI UI renders crafted scope values without sufficient sanitization, enabling an attacker to execute JavaScript in a victim’s DHIS2-origin browser when a user opens the affected OpenAPI HTML URL. Affected ...

7.3CVSS5.5AI score0.00267EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/21 6:35 p.m.21 views

CVE-2026-12547

CVE-2026-12547 concerns Libsoup's SoupAuthManager, which caches proxy authentication credentials without scoping them to the proxy authority (host:port). When proxy settings change (e.g., system settings or WPAD), cached Proxy-Authorization headers from the previous proxy may be sent to the new p...

3.4CVSS5.4AI score0.00228EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 6:34 p.m.20 views

CVE-2026-61666

The connected advisory GHSA-2X63-GW47-W4MM reports a denial-of-service in websocket-driver-ruby when used as a WebSocket server and handling a malformed Host header. If WebSocket::Driver.server() processes a request with a Host header that isn’t a valid host:port string, URI::InvalidURIError is r...

SaveExploits0References9
CVE
CVE
added 2026/07/21 6:30 p.m.13 views

CVE-2026-55084

DHIS2 has a SQL injection vulnerability in the SqlView filter parameter of the /api/sqlViews/{viewId}/data.json endpoint. An authenticated SqlView user can inject arbitrary SQL through the filter, with output reflected in an error message, enabling error-based SQL extraction of database content. ...

8.8CVSS5.9AI score0.00253EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 6:7 p.m.13 views

CVE-2026-16441

The CVE-2026-16441 entry concerns Eclipse OpenJ9 versions up to 0.60. The issue occurs when executing class files in which a previously concrete superclass method has been recompiled as abstract, causing the runtime to incorrectly delegate to an interface default method. Connected records confirm...

6.9CVSS5.6AI score0.00297EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 6:6 p.m.52 views

CVE-2026-64877

CVE-2026-64877 is an authenticated, non-admin SQL injection vulnerability in the appliance’s ticketing REST API that can lead to access to sensitive data stored in the appliance database. The CVSS v3.1 base score is 9.6 (CRITICAL) with network attack vector, low attack complexity, and privileges ...

9.4CVSS5.7AI score0.00191EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 6:2 p.m.12 views

CVE-2026-63454

CVE-2026-63454 describes an authenticated path traversal in the AOS-CX platform. The vulnerability enables copying arbitrary files to a user-readable location via the device’s command line interface, with the potential for remote code execution. Affected component: AOS-CX OS; root cause: path tra...

7.2CVSS6.2AI score0.00547EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 6:2 p.m.32 views

CVE-2026-63453

The CVE-2026-63453 entry documents buffer overflow vulnerabilities in the command line interface of AOS-CX. The vulnerability stems from a buffer overflow in the CLI, enabling a remote high-privileged user to execute arbitrary code with the underlying OS privileges. Affected software: AOS-CX CLI ...

7.2CVSS6.3AI score0.00352EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 6:1 p.m.33 views

CVE-2026-44880

CVE-2026-44880 describes a buffer overflow in the AOS-CX command line interface. The vulnerability could allow a remote, low-privileged user to execute arbitrary code with elevated privileges on the underlying OS. The CVSS 3.1 score is 8.8 (High) with network attack vector, low attack complexity,...

8.8CVSS6.6AI score0.00515EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:50 p.m.8 views

CVE-2026-47657

HumHub CVE-2026-47657 affects HumHub versions 1.13.0–1.18.2. A missing authorization check in the Space member management controller lets any authenticated user remove all members from any Space, regardless of their role. The issue is fixed in version 1.18.3; upgrade to 1.18.3 or later. The CVSSv...

7.1CVSS5.3AI score0.00215EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:47 p.m.29 views

CVE-2026-47425

Summary: CVE-2026-47425 affects rattler before 0.43.2, enabling a noarch:python entry-point path traversal that can write files outside the intended install prefix. The issue arises in EntryPoint::FromStr within rattler_conda_types, where only .trim() is applied to the command and a malicious noa...

6.9CVSS5.4AI score0.00147EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:46 p.m.12 views

CVE-2026-16243

The CVE-2026-16243 entry concerns Eclipse OMR up to version 0.11, where the arraycmp SIMD implementation for Z and P does not check whether the number of bytes to compare is zero. The connected sources (NVD and CVE records) confirm the affected component and the root cause, but do not provide det...

5.7CVSS5.3AI score0.00302EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:39 p.m.10 views

CVE-2026-56583

Technical details are not publicly available in the provided documents. Monitor for updates from HCL and NVD to obtain affected versions, root cause, and remediation guidance.

3.1CVSS5.3AI score0.0014EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:38 p.m.11 views

CVE-2026-56582

CVE-2026-56582 affects HCL MyCloud, describing an SSL/TLS LUCKY13 padding-oracle vulnerability that could allow an attacker to decrypt sensitive data over the network. CVSS 3.1 (LOW) with Network attack, High complexity, Low privileges, No user interaction, and no impact to integrity/availability...

3.1CVSS5.3AI score0.00103EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 5:37 p.m.7 views

CVE-2026-56581

CVE-2026-56581 affects HCL MyCloud with a Cookie Attribute Path Not Set issue. The vulnerability is described as enabling potential unauthorized access to session data or authentication tokens due to cookies not setting the Path attribute, increasing exposure. The available sources (NVD/CVELIST) ...

2.6CVSS5.4AI score0.001EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 5:36 p.m.11 views

CVE-2026-56580

Technical details (affected product components, root cause, impact specifics, or remediation steps) are not publicly provided in the provided documents. Monitor for updates.

2.2CVSS5.3AI score0.00177EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:35 p.m.14 views

CVE-2026-56579

CVE-2026-56579 concerns HCL MyCloud where a license key is exposed in HTTP responses, enabling potential misuse of exposed information and compromising application security. The available sources confirm the issue and describe the risk as arising from sensitive data leakage, but they do not speci...

3.1CVSS5.3AI score0.00156EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 5:34 p.m.10 views

CVE-2026-56578

Technical details about CVE-2026-56578 are not provided in the supplied documents; monitor for updates as information on affected versions, impact, and fixes is not publicly available here.

2.2CVSS5.3AI score0.00164EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/21 5:32 p.m.22 views

CVE-2026-56577

CVE-2026-56577 concerns HCL MyCloud and identifies a weak password policy as the root cause. The vulnerability allows credential-based access risks that could enable brute-force-style account compromises, with network-based exposure but no stated impact to data confidentiality, integrity, or non-...

3.1CVSS5.3AI score0.00165EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:31 p.m.31 views

CVE-2026-47419

CVE-2026-47419 concerns PraisonAI Platform where agent endpoints under /workspaces/{workspace_id}/agents/{agent_id} suffer an Insecure Direct Object Reference. The description and connected reports show that endpoints gate access with require_workspace_member(workspace_id) but the AgentService.ge...

8.3CVSS5.4AI score0.00296EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:28 p.m.16 views

CVE-2026-16439

CVE-2026-16439 affects Eclipse OpenJ9 up to version 0.60. The issue arises when using the -Xtrace option to trace method arguments, which can cause a buffer underflow. The CVSS v4.0 base score is 5.8 (MEDIUM); impact includes potential losses in integrity and availability, with low privileges req...

5.8CVSS5.5AI score0.00204EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:26 p.m.30 views

CVE-2026-47418

Vulnerability: PraisonAI Platform is affected by an insecure direct object reference (IDOR) in project endpoints. The API gates access using require_workspace_member(workspace_id) but does not enforce workspace-scoped lookups for project_id. As a result, a member of one workspace (W1) can read, m...

8.1CVSS5.5AI score0.00289EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:26 p.m.20 views

CVE-2026-16493

The CVE-2026-16493 entry describes a command-injection vulnerability in ansible-core where _extract_collection_from_git() builds git clone commands without a proper end-of-options separator, allowing an attacker to craft a collection source URI that injects payloads during ansible-galaxy collecti...

7.8CVSS6AI score0.00316EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:24 p.m.25 views

CVE-2026-47417

Summary of vulnerability (CVE-2026-47417, PraisonAI Platform) : The comment endpoints POST /workspaces/{workspace_id}/issues/{issue_id}/comments and GET /workspaces/{workspace_id}/issues/{issue_id}/comments are gated by require_workspace_member only on the workspace, but the code paths do not ver...

8.1CVSS5.4AI score0.00209EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:19 p.m.78 views

CVE-2026-47416

CVE-2026-47416 (PraisonAI Platform) : Connected documents describe a vertical privilege-escalation flaw in PATCH /workspaces/{workspace_id}/members/{user_id}. The route uses require_workspace_member with a default min_role of “member”, allowing a Member to set another member’s role to any value (...

9.6CVSS5.3AI score0.00209EPSS
SaveExploits0References2
Total number of security vulnerabilities378013