Answer in brief
CVE-2025-71113 records a Medium severity (CVSS 5.5) vulnerability in crypto: af_alg - zero initialize memory allocated via sock_kmalloc. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2025-71113 records a Medium severity (CVSS 5.5) vulnerability in crypto: af_alg - zero initialize memory allocated via sock_kmalloc. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=fe869cdb89c95d060c77eea20204d6c91f233b53 <e125c8e346e4eb7b3e854c862fcb4392bc13ddba || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <543bf004e4eafbb302b1e6c78570d425d2ca13a0 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <f81244fd6b14fecfa93b66b6bb1d59f96554e550 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <84238876e3b3b262cf62d5f4d1338e983fb27010 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <5a4b65523608974a81edbe386f8a667a3e10c726 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <51a5ab36084f3251ef87eda3e6a6236f6488925e || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <6f6e309328d53a10c0fe1f77dec2db73373179b6 | e125c8e346e4eb7b3e854c862fcb4392bc13ddba, 543bf004e4eafbb302b1e6c78570d425d2ca13a0, f81244fd6b14fecfa93b66b6bb1d59f96554e550, 84238876e3b3b262cf62d5f4d1338e983fb27010, 5a4b65523608974a81edbe386f8a667a3e10c726, 51a5ab36084f3251ef87eda3e6a6236f6488925e, 6f6e309328d53a10c0fe1f77dec2db73373179b6 |
| Linux/Linuxgeneric | 2.6.38 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Jan 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - zero initialize memory allocated via sock_kmalloc Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized, relying on callers to set fields explicitly. This resulted in the use of uninitialized data in certain error paths or when new fields are added in the future. The ACVP patches also contain two user-space interface files: algif_kpp.c and algif_akcipher.c. These too rely on proper initialization of their context structures. A particular issue has been observed with the newly added 'inflight' variable introduced in af_alg_ctx by commit: 67b164a871af ("crypto: af_alg - Disallow multiple in-flight AIO requests") Because the context is not memset to zero after allocation, the inflight variable has contained garbage values. As a result, af_alg_alloc_areq() has incorrectly returned -EBUSY randomly when the garbage value was interpreted as true: https://github.com/gregkh/linux/blame/master/crypto/af_alg.c#L1209 The check directly tests ctx->inflight without explicitly comparing against true/false. Since inflight is only ever set to true or false later, an uninitialized value has triggered -EBUSY failures. Zero-initializing memory allocated with sock_kmalloc() ensures inflight and other fields start in a known state, removing random issues caused by uninitialized data.
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=fe869cdb89c95d060c77eea20204d6c91f233b53 <e125c8e346e4eb7b3e854c862fcb4392bc13ddba || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <543bf004e4eafbb302b1e6c78570d425d2ca13a0 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <f81244fd6b14fecfa93b66b6bb1d59f96554e550 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <84238876e3b3b262cf62d5f4d1338e983fb27010 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <5a4b65523608974a81edbe386f8a667a3e10c726 || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <51a5ab36084f3251ef87eda3e6a6236f6488925e || >=fe869cdb89c95d060c77eea20204d6c91f233b53 <6f6e309328d53a10c0fe1f77dec2db73373179b6 | e125c8e346e4eb7b3e854c862fcb4392bc13ddba, 543bf004e4eafbb302b1e6c78570d425d2ca13a0, f81244fd6b14fecfa93b66b6bb1d59f96554e550, 84238876e3b3b262cf62d5f4d1338e983fb27010, 5a4b65523608974a81edbe386f8a667a3e10c726, 51a5ab36084f3251ef87eda3e6a6236f6488925e, 6f6e309328d53a10c0fe1f77dec2db73373179b6 |
| Linux/Linuxgeneric | 2.6.38 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Jan 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - zero initialize memory allocated via sock_kmalloc Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized, relying on callers to set fields explicitly. This resulted in the use of uninitialized data in certain error paths or when new fields are added in the future. The ACVP patches also contain two user-space interface files: algif_kpp.c and algif_akcipher.c. These too rely on proper initialization of their context structures. A particular issue has been observed with the newly added 'inflight' variable introduced in af_alg_ctx by commit: 67b164a871af ("crypto: af_alg - Disallow multiple in-flight AIO requests") Because the context is not memset to zero after allocation, the inflight variable has contained garbage values. As a result, af_alg_alloc_areq() has incorrectly returned -EBUSY randomly when the garbage value was interpreted as true: https://github.com/gregkh/linux/blame/master/crypto/af_alg.c#L1209 The check directly tests ctx->inflight without explicitly comparing against true/false. Since inflight is only ever set to true or false later, an uninitialized value has triggered -EBUSY failures. Zero-initializing memory allocated with sock_kmalloc() ensures inflight and other fields start in a known state, removing random issues caused by uninitialized data.
Quoted source text, attributed separately from HOL analysis.