377975 matches found
CVE-2026-56144
Technical details about CVE-2026-56144 are not publicly provided in the supplied documents; no affected products, versions, or fixes are specified here. Monitor for updates in connected sources.
CVE-2026-64878
CVE-2026-64878 is a command-injection vulnerability described as unvalidated input in asset filter parameters that allows shell metacharacters to escape command argument handling, enabling remote code execution on a low-privileged OS user via the Analysis REST endpoint. The connected Tenable advi...
CVE-2026-42397
Kibana is affected by CVE-2026-42397 through a vulnerability in Entity Analytics endpoints where authenticated users can submit oversized input, causing excessive resource consumption and potential denial of service (CWE-770; CAPEC-130). Affected versions include 9.x (9.3.0–9.3.6 and 9.4.0–9.4.3)...
CVE-2026-15957
The CVE-2026-15957 issue affects smithy-rs codegen outputs for JSON, CBOR, and XML deserializers, where uncontrolled recursion on deeply nested data in a recursive model shape can cause a denial of service (process abort via stack exhaustion) when targeting generated SDKs or servers. Mitigation p...
CVE-2026-49092
CVE-2026-49092 affects Kibana with an Unintended Proxy or Intermediary (CWE-441) that can lead to unauthorized information exposure when processing data from sources not authorized for the user. Connected documents specify the vulnerability stems from functionality not properly constrained by ACL...
CVE-2026-61898
AccountsService (Ubuntu) is affected by CVE-2026-61898 due to issues in the SetLanguage configuration handling that could allow a local attacker to run arbitrary commands as root. The related Ubuntu advisory USN-8580-2 confirms fixes across supported releases and describes two sub-issues: (1) pri...
CVE-2026-61897
The CVE-2026-61897 entry relates to Ubuntu AccountsService. The connected advisory USN-8580-2 confirms two Ubuntu-specific flaws in AccountsService: (1) the SetLanguage patch could mishandle dropping privileges, allowing a local attacker to execute arbitrary commands with administrator rights; an...
CVE-2026-46600
Technical details beyond the summary are not provided in the connected documents. Monitor for updates to any new information that may clarify affected components, impact, and remediation.
CVE-2026-56852
Technical details about CVE-2026-56852 are not publicly provided in the supplied documents; no specifics on affected products, versions, or fixes are present. Monitor for updates from official advisories.
CVE-2026-57894
Gitea repository migrations are vulnerable to SSRF-like exfiltration via Git HTTP redirects. The validation only constrains the originally submitted URL, while Git follows redirects to internal or blocked endpoints, enabling a redirected clone/fetch to reach internal Git HTTP services. This can a...
CVE-2026-65069
The CVE-2026-65069 issue affects Data::DisjointSet::Shared (
CVE-2026-65068
CVE-2026-65068 affects Data::SpatialHash::Shared prior to 0.02 for Perl. The code opens a shared mmap backing file with open(path, O_RDWR|O_CREAT, 0666) and creates the file with mode 0666 (often 0644 under default umask) in a world‑readable location (e.g., /tmp or /dev/shm). Because O_NOFOLLOW i...
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_...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
CVE-2026-59140
CVE-2026-59140 affects Data::SortedSet::Shared
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...
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...
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...
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...
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...
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 ...
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...
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...
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. ...
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...
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 ...
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...
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 ...
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,...
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...
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...
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...