← Back
CWE-1288

29 CVEs • Abstraction: Base

Improper Validation of Consistency within Input

The product receives a complex input with multiple elements or fields that must be consistent with each other, but it does not validate or incorrectly validates that the input is actually consistent.

JSON object

Loading...

CVEs (29)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Jetbrains
1Teamcity
Jun 17, 2026
Mar 28, 2024
N/A· v4
4.9 MEDIUM· v3
N/A· v2
In JetBrains TeamCity before 2024.03 server administrators could remove arbitrary files from the server by installing tools
1Jetbrains
1Teamcity
Jun 17, 2026
Mar 28, 2024
N/A· v4
7.4 HIGH· v3
N/A· v2
In JetBrains TeamCity before 2024.03 2FA could be bypassed by providing a special URL parameter
1Dell
1Idrac8
Jun 17, 2026
Mar 9, 2024
N/A· v4
8.0 HIGH· v3
N/A· v2
A command injection vulnerability exists in local RACADM. A malicious authenticated user could gain control of the underlying operating system.
1Dfinity
1Candid
Jun 17, 2026
Dec 8, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
The Candid library causes a Denial of Service while parsing a specially crafted payload with 'empty' data type. For example, if the payload is `record { * ; empty }` and the canister interface expects `record { * }` th...Show more
The Candid library causes a Denial of Service while parsing a specially crafted payload with 'empty' data type. For example, if the payload is `record { * ; empty }` and the canister interface expects `record { * }` then the Rust candid decoder treats empty as an extra field required by the type. The problem with the type empty is that the candid Rust library wrongly categorizes empty as a recoverable error when skipping the field and thus causing an infinite decoding loop. Canisters using affected versions of candid are exposed to denial of service by causing the decoding to run indefinitely until the canister traps due to reaching maximum instruction limit per execution round. Repeated exposure to the payload will result in degraded performance of the canister. Note: Canisters written in Motoko are unaffected. Show less
1Blackberry
1Qnx Software Development Platform
Jun 17, 2026
Nov 14, 2023
N/A· v4
7.1 HIGH· v3
N/A· v2
Improper Input Validation in the Networking Stack of QNX SDP version(s) 6.6, 7.0, and 7.1 could allow an attacker to potentially cause Information Disclosure or a Denial-of-Service condition.
1Wago
76750 331 Firmware
750 8202/000 011 Firmware750 8202/000 012 Firmware+73 more
Jun 17, 2026
Jun 26, 2023
N/A· v4
4.9 MEDIUM· v3
N/A· v2
Multiple WAGO devices in multiple versions may allow an authenticated remote attacker with high privileges to DoS the device by sending a specifically crafted packet to the CODESYS V2 runtime.
1Wago
76750 331 Firmware
750 8202/000 011 Firmware750 8202/000 012 Firmware+73 more
Jun 17, 2026
Jun 26, 2023
N/A· v4
4.9 MEDIUM· v3
N/A· v2
Multiple WAGO devices in multiple versions may allow an authenticated remote attacker with high privileges to DoS the device by sending a malformed packet.
2Debian
Xmldom Project
2Debian Linux
Xmldom
Jun 17, 2026
Nov 2, 2022
N/A· v4
9.8 CRITICAL· v3
N/A· v2
xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module. xmldom parses XML that is not well-formed because it contains multiple top level elements, and adds all root n...Show more
xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module. xmldom parses XML that is not well-formed because it contains multiple top level elements, and adds all root nodes to the `childNodes` collection of the `Document`, without reporting any error or throwing. This breaks the assumption that there is only a single root node in the tree, which led to issuance of CVE-2022-39299 as it is a potential issue for dependents. Update to @xmldom/xmldom@~0.7.7, @xmldom/xmldom@~0.8.4 (dist-tag latest) or @xmldom/xmldom@>=0.9.0-beta.4 (dist-tag next). As a workaround, please one of the following approaches depending on your use case: instead of searching for elements in the whole DOM, only search in the `documentElement`or reject a document with a document that has more then 1 `childNode`.Show less
1Nlnetlabs
1Routinator
Jun 17, 2026
Sep 21, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
NLnet Labs Routinator prior to 0.10.0 produces invalid RTR payload if an RPKI CA uses too large values in the max-length parameter in a ROA. This will lead to RTR clients such as routers to reject the RPKI data set, effe...Show more
NLnet Labs Routinator prior to 0.10.0 produces invalid RTR payload if an RPKI CA uses too large values in the max-length parameter in a ROA. This will lead to RTR clients such as routers to reject the RPKI data set, effectively disabling Route Origin Validation.Show less