Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2023-46137
HistoryOct 25, 2023 - 8:56 p.m.

CVE-2023-46137 twisted.web has disordered HTTP pipeline response

2023-10-2520:56:27
CWE-444
GitHub_M
github.com
3
cve-2023-46137
twisted.web
http pipeline

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

AI Score

7

Confidence

High

EPSS

0.001

Percentile

21.7%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

Twisted is an event-based framework for internet applications. Prior to version 23.10.0rc1, when sending multiple HTTP requests in one TCP packet, twisted.web will process the requests asynchronously without guaranteeing the response order. If one of the endpoints is controlled by an attacker, the attacker can delay the response on purpose to manipulate the response of the second request when a victim launched two requests using HTTP pipeline. Version 23.10.0rc1 contains a patch for this issue.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:twisted:twisted:*:*:*:*:*:*:*:*"
    ],
    "vendor": "twisted",
    "product": "twisted",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "23.8.0",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

AI Score

7

Confidence

High

EPSS

0.001

Percentile

21.7%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial