You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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

  1. NDShape::TotalSize() Unsigned Integer Overflow → Heap Buffer Overflow
  2. Signed Integer Overflow in ConvolveGeometry → Undefined Behavior
  3. 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

Downloads last month
17