🛡️ AZL-74612 — kernel (CVE-2025-71113)

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-71113 affecting package kernel for versions less than 6.6.121.1-1

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.

Affected software

AZL-74612 is recorded against 1 package.

  • kernel (fixed in 6.6.121.1-1)

Timeline and source

Published on 14 January 2026 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2026-01-14
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.6.121.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-74612?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-74612 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesAzure LinuxAzure Linux Undated