YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
CNTK v2 Integer Overflow PoC
Proof-of-Concept demonstrating multiple integer overflow vulnerabilities in Microsoft CNTK v2 (Cognitive Toolkit) model loading.
Vulnerabilities
- NDShape::TotalSize() Unsigned Integer Overflow → Heap Buffer Overflow
- Signed Integer Overflow in ConvolveGeometry → Undefined Behavior
- ONNX Import Path → Same TotalSize() Overflow
Files
cntk-poc.cpp— Standalone PoC demonstrating all three overflow vectors
Build & Run
clang++ -std=c++17 -fsanitize=undefined,address -O1 -o poc cntk-poc.cpp
./poc
Target
- Repository: https://github.com/microsoft/CNTK
- Format: CNTK v2
.model(protobuf-based) - CVSS: 7.8 (High) — AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Downloads last month
- 17