CVE-2022-50541
Last modified
CVE-2022-50541 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow UDMA_CHAN_RT_*BCNT_REG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to monitor the operational progress status for a channel, when transferring more than 4GB of data it was observed that these counters overflow and completion calculation of a operation gets affected and the transfer hangs indefinitely. This commit adds changes to decrease the byte count for every complete transaction so that these registers never overflow and the proper byte count statistics is maintained for ongoing transaction by the RT counters. Earlier uc->bcnt used to maintain a count of the completed bytes at driver side, since the RT counters maintain the statistics of current transaction now, the maintenance of uc->bcnt is not necessary.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow UDMA_CHAN_RT_*BCNT_REG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to monitor the operational progress status for a channel, when transferring more than 4GB of data it was observed that these counters overflow and completion calculation of a operation gets affected and the transfer hangs indefinitely. This commit adds changes to decrease the byte count for every complete transaction so that these registers never overflow and the proper byte count statistics is maintained for ongoing transaction by the RT counters. Earlier uc->bcnt used to maintain a count of the completed bytes at driver side, since the RT counters maintain the statistics of current transaction now, the maintenance of uc->bcnt is not necessary.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.6, < 5.15.75 |
| Linux | Linux Kernel | >= 5.16, < 5.19.17 |
| Linux | Linux Kernel | >= 6.0, < 6.0.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-50541?
How severe is CVE-2022-50541?
How do I fix CVE-2022-50541?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50535In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50536In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50537In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50538In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50539In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50540In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50542In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50543In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50544In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50545In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50546In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50547In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-50541?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
