
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-44792 is a NULL Pointer Exception vulnerability discovered in Net-SNMP versions 5.8 through 5.9.3. The vulnerability exists in the handleipDefaultTTL function within agent/mibgroup/ip-mib/ipscalars.c component (Debian Security, NVD).
The vulnerability occurs when handling SNMP requests, specifically when processing the ipDefaultTTL parameter. When a crafted UDP packet containing a varlist with [1.3.6.1.2.1.4.2.0, NULL] is sent, the snmpd daemon attempts to reference requests->requestvb->val.integer where the val pointer is NULL, leading to a segmentation fault (GitHub Issue). The vulnerability has been assigned a CVSS score of 6.5 (Medium) with the vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H (NetApp Security).
When successfully exploited, this vulnerability can cause the Net-SNMP instance to crash, resulting in a Denial of Service (DoS) condition. The impact is particularly significant for systems that rely on SNMP for network management and monitoring (Red Hat Portal).
The recommended fix involves implementing pre-reference checks before accessing the val pointer, such as adding a check 'if(!requests->requestvb->val) {return SNMPERRGENERR;}'. Various vendors have released patches to address this vulnerability, including Red Hat which has released updated net-snmp packages (Red Hat Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."