VYPR

CWE-253

Incorrect Check of Function Return Value

BaseIncompleteLikelihood: Low

Description

The product incorrectly checks a return value from a function, which prevents it from detecting errors or exceptional conditions.

Important and common functions will return some value about the success of its actions. This will alert the program whether or not to handle any errors caused by that function.

Hierarchy (View 1000)

Children

none

CVEs mapped to this weakness (24)

page 2 of 2
  • CVE-2023-49286HigDec 4, 2023
    risk 0.01cvss 8.6epss 0.10

    Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. Due to an Incorrect Check of Function Return Value bug Squid is vulnerable to a Denial of Service attack against its Helper process management. This bug is fixed by Squid version 6.5. Users are advised…

  • CVE-2025-57767HigAug 28, 2025
    risk 0.00cvss 7.5epss 0.00

    Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.15.2, 21.10.2, and 22.5.2, if a SIP request is received with an Authorization header that contains a realm that wasn't in a previous 401 response's WWW-Authenticate header, or an…

  • CVE-2024-32475HigApr 18, 2024
    risk 0.00cvss 7.5epss 0.01

    Envoy is a cloud-native, open source edge and service proxy. When an upstream TLS cluster is used with `auto_sni` enabled, a request containing a `host`/`:authority` header longer than 255 characters triggers an abnormal termination of Envoy process. Envoy does not gracefully…

  • CVE-2021-37625HigAug 5, 2021
    risk 0.00cvss 7.5epss 0.01

    Skytable is an open source NoSQL database. In versions prior to 0.6.4 an incorrect check of return value of the accept function in the run-loop for a TCP socket/TLS socket/TCP+TLS multi-socket causes an early exit from the run loop that should continue infinitely unless…