| 概要 | An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as "not connected" and won't initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.) |
|---|---|
| 公表日 | 2023年8月25日10:15 |
| 登録日 | 2023年8月25日16:00 |
| 最終更新日 | 2024年11月21日17:19 |
| CVSS3.1 : MEDIUM | |
| スコア | 5.3 |
|---|---|
| ベクター | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
| 攻撃元区分(AV) | ネットワーク |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 不要 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | 低 |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | なし |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:python:python:*:*:*:*:*:*:*:* | 3.11.0 | 3.11.5 | |||
| cpe:2.3:a:python:python:*:*:*:*:*:*:*:* | 3.10.0 | 3.10.13 | |||
| cpe:2.3:a:python:python:*:*:*:*:*:*:*:* | 3.9.0 | 3.9.18 | |||
| cpe:2.3:a:python:python:*:*:*:*:*:*:*:* | 3.8.18 | ||||
| タイトル | Python Software Foundation の Python における脆弱性 |
|---|---|
| 概要 | Python Software Foundation の Python には、不特定の脆弱性が存在します。 |
| 想定される影響 | 情報を取得される可能性があります。 |
| 対策 | ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2023年8月25日0:00 |
| 登録日 | 2023年12月13日16:16 |
| 最終更新日 | 2025年4月18日16:26 |
| Python Software Foundation |
| Python 3.10.0 以上 3.10.13 未満 |
| Python 3.11.0 以上 3.11.5 未満 |
| Python 3.8.18 未満 |
| Python 3.9.0 以上 3.9.18 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2023年12月13日] 掲載 |
2023年12月13日16:16 |
| 2 | [2025年04月18日] 参考情報:JVN (JVNVU#92488108) を追加 参考情報:ICS-CERT ADVISORY (ICSA-25-105-08) を追加 |
2025年4月18日16:26 |