🛡️ AZL-40322 — hyperv-daemons

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

Description

CVE-2024-27058 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved:

tmpfs: fix race on handling dquot rbtree

A syzkaller reproducer found a race while attempting to remove dquot

information from the rb tree.

Fetching the rb_tree root node must also be protected by the

dqopt->dqio_sem, otherwise, giving the right timing, shmem_release_dquot()

will trigger a warning because it couldn't find a node in the tree, when

the real reason was the root node changing before the search starts:

Thread 1 Thread 2

  • shmem_release_dquot() - shmem_{acquire,release}_dquot()
  • fetch ROOT - Fetch ROOT
  • acquire dqio_sem
  • wait dqio_sem
  • do something, triger a tree rebalance
  • release dqio_sem
  • acquire dqio_sem
  • start searching for the node, but

from the wrong location, missing

the node, and triggering a warning.

Affected software

AZL-40322 is recorded against 1 package.

  • hyperv-daemons (fixed in 6.6.29.1-1)

Timeline and source

Published on 1 May 2024 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 2024-05-01
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
hyperv-daemons 6.6.29.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-40322?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-40322 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.