VYPR

CWE-675

Multiple Operations on Resource in Single-Operation Context

ClassDraft

Description

The product performs the same operation on a resource two or more times, when the operation should only be applied once.

Hierarchy (View 1000)

CVEs mapped to this weakness (1)

  • CVE-2019-17638Jul 9, 2020
    risk 0.00cvss epss 0.11

    In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too large response headers, Jetty throws an exception to produce an HTTP 431 error. When this happens, the ByteBuffer containing the HTTP response headers is released back to the ByteBufferPool twice.…