CVE-2025-33132
Ibm Db2 High Performance Unload Load 5.1.0.0 – 6.1.0.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HSummary
CVE-2025-33132 is a medium-severity Use of sizeof() on a Pointer Type (CWE-467) vulnerability in Ibm Db2 High Performance Unload Load. Its CVSS base score is 6.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 21th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and AT-3 (Role-based Training) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-36385
Vulnerability Data
IBM DB2 High Performance Unload 6.1.0.3, 5.1.0.1, 6.1.0.2, 6.5, 6.5.0.0 IF1, 6.1.0.1, 6.1, and 5.1 could allow an authenticated user to cause the program to crash due to the incorrect calculation of the size of the data that is being…
more
pointed to.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation can discover incorrect sizeof(pointer) usage via static analysis or test cases that expose wrong buffer sizes.
Role-based secure-coding training teaches developers to use sizeof on the target object rather than the pointer.
Requiring documented development standards and tools can embed coding rules and checkers that forbid sizeof on pointer types.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly prevent pointer-sizeof mistakes via static analysis and code review while this single weakness addresses only a narrow slice of the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect sizeof(pointer) errors but does not prevent them at source.
Secure SDLC processes include coding standards that reduce this class of defect.
Secure coding rules directly forbid sizeof(pointer) mistakes that produce incorrect buffer sizes.