🚨 CVE-2026-8295: Integer Overflow w bibliotece simdjson, polski wkład w odkrycie

Ujawniono podatność w popularnej bibliotece simdjson, która może prowadzić do ujawnienia informacji. Zgłoszenia dokonali polscy badacze, a proces koordynował CERT Polska.

https://cyberowi.pl/cve-2026-8295-integer-overflow-w-bibliotece-simdjson-polski/

#cve #simdjson #integeroverflow #certpolska

#cyberbezpieczenstwo

Sto finalmente facendo un binding simdjson per OCaml.

-> dune exec test/bench_compare.exe === BENCHMARK JSON === simdjson DOM parse small 0.000014 sec simdjson ondemand parse small 0.000008 sec yojson parse small 0.000020 sec jsonm parse small 0.000027 sec ezjsonm parse small 0.000014 sec simdjson DOM parse big 0.005531 sec simdjson ondemand parse big 0.001597 sec yojson parse big 0.086249 sec jsonm parse big 0.089902 sec ezjsonm parse big 0.132154 sec Benchmark completed.

#ocaml #simdjson

So...today (EDIT: or yesterday?) #simdjson 4.3.0 was released!

Yep, we're going to switch to this library for any #JSON needs.

#rapidjson sounds great until you realize it's not had a release in almost 10 years at this point 😳

Well, at least #simdjson has had a better release record, the latest release being in December 2025 👀

Парсим XML и JSON на ассемблере

Отобрал для вас несколько крайне интересных, но малоизвестных проектов, реализующих работу с XML и JSON. Кроссплатформенных и без зависимостей. На чистом С и ассемблере.

https://habr.com/ru/articles/964522/

#json #xml #nasm #assembler #c_language #simd #simdjson #freebsd

Парсим XML и JSON на ассемблере

Отобрал для вас несколько крайне интересных, но малоизвестных проектов, реализующих работу с XML и JSON. Кроссплатформенных и без зависимостей. На чистом С и ассемблере. Так...

Хабр

#yyjson is an extremely fast #JSON #parser for #C.

yyjson parses and writes JSON data with very high throughput. yyjson uses parallel instructions on modern CPUs to greatly speed up the conversion from and to JSON. yyjson is very competetive with #simdjson, beating it in several tests. yyjson is written in #C89, and works on old hardware without #SIMD.

Website 🔗️: https://github.com/ibireme/yyjson

#free #opensource #foss #fossmendations #programming

GitHub - ibireme/yyjson: The fastest JSON library in C

The fastest JSON library in C. Contribute to ibireme/yyjson development by creating an account on GitHub.

GitHub

#simdjson is an extremely efficient #JSON #parser.

simdjson is a validating JSON parsing #library that uses SIMD instructions to parse input at extremely high speeds of GB/s on an average CPU. simdjson supports many reasonably recent 64 bit CPUs, including ARM. Input nodes are parsed into their optimal datatypes, allowing for full 64 bit integers and large floats.

Website 🔗️: https://github.com/lemire/simdjson

#free #opensource #foss #fossmendations #programming

lemire/simdjson

Parsing gigabytes of JSON per second . Contribute to lemire/simdjson development by creating an account on GitHub.