Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
tensorrt-stale-overflow-poc – AI Model by kodareef5 | AlphaNeural AI
You can deploy this model and start earning money today!
kodareef5
/
tensorrt-stale-overflow-poc
like
0
onnx
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
TensorRT Stale Overflow Check PoC (CWE-190)
Vulnerability
WeightsContext.cpp
line 340 checks
nbytes
(from raw_data) for overflow, then line 344 overwrites
nbytes
with
double_data().size() * sizeof(float)
which has NO overflow check. The check validates the wrong variable.
Same pattern at lines 431/435 for float_data.