UltraJSON projectのUltraJSONにおける入力確認に関する脆弱性
| Title |
UltraJSON projectのUltraJSONにおける入力確認に関する脆弱性
|
| Summary |
UltraJSONは、Python 3.7以上向けのバインディングを備えた純粋なC言語で書かれた高速なJSONエンコーダおよびデコーダです。5.13.0より前のバージョンでは、ujson.dumps()(またはujson.dump()、ujson.encode())にreject_bytes=Falseオプションがありました。このオプションを設定すると、不正または切り詰められたUTF-8バイトシーケンスを受け入れ、それらを拒否する代わりに異なるUnicode文字に静かに書き換える可能性がありました。これにより、入力検証を回避したりデータの整合性に問題が生じたりする恐れがありました。この脆弱性は5.13.0で修正されています。
|
| Possible impacts |
・当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 22, 2026, midnight |
| Registration Date |
June 29, 2026, 11:11 a.m. |
| Last Update |
June 29, 2026, 11:11 a.m. |
|
CVSS3.0 : 警告
|
| Score |
6.5
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N |
Affected System
| UltraJSON project |
|
UltraJSON 5.13.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:11 a.m. |
NVD Vulnerability Information
CVE-2026-54911
| Summary |
UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Prior to 5.13.0, ujson.dumps() (or ujson.dump() or ujson.encode()) have a reject_bytes=False option. When set, they may accept malformed or truncated UTF-8 byte sequences, silently rewriting them into different Unicode characters instead of rejecting them. This leads to input validation bypass and data integrity issues. This vulnerability is fixed in 5.13.0.
|
| Publication Date |
June 23, 2026, 7:16 a.m. |
| Registration Date |
June 27, 2026, 4:12 a.m. |
| Last Update |
June 27, 2026, 5:10 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:ultrajson_project:ultrajson:*:*:*:*:*:python:*:* |
|
|
|
5.13.0 |
Related information, measures and tools
Common Vulnerabilities List