Bug 2501175 (CVE-2026-50144) - CVE-2026-50144 ncnn: ncnn: Out-of-bounds write allows arbitrary code execution
Summary: CVE-2026-50144 ncnn: ncnn: Out-of-bounds write allows arbitrary code execution
Keywords:
Status: NEW
Alias: CVE-2026-50144
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2501257
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-15 21:02 UTC by OSIDB Bzimport
Modified: 2026-07-16 08:01 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-15 21:02:54 UTC
ncnn is a high-performance neural network inference framework optimized for the mobile platform. In commit e54f7b1f88434e1d844ea0551b880a1cfb079ce1 and earlier, ncnn allows an out-of-bounds heap write in ncnn::ParamDict::load_param() when Net::load_param() loads a malicious .param model file because the parsed parameter id is checked only against id >= NCNN_MAX_PARAM_COUNT, allowing a negative id to index before the params[NCNN_MAX_PARAM_COUNT] array. This vulnerability is fixed by commit 5a0288f255daa6c3294f77109f67718e434ec020.


Note You need to log in before you can comment on or make changes to this bug.