CVE-2023-52522
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use rcu_deference(*np), we need to use either rcu_assign_pointer() or WRITE_ONCE() on writer side to prevent store tearing. I use rcu_assign_pointer() to have lockdep support, this was the choice made in neigh_flush_dev().
CVSS Metrics
- v3.1•HIGH•Score: 8.8CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- v3.1•MEDIUM•Score: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Trends
Current EPSS score: 0.33%• Percentile: 27%
Affected Systems
- debian•linux
< 5.10.205-1 | < 6.1.64-1 | < 6.5.8-1 | < 6.5.8-1
- ubuntu•linux
all | < 4.4.0-266.300 | < 4.15.0-235.247 | < 5.4.0-171.189 | < 5.15.0-94.104
- ubuntu•linux-allwinner-5.19
all
- ubuntu•linux-aws
< 4.4.0-1141.147 | < 4.4.0-1179.194 | < 4.15.0-1178.191 | < 5.4.0-1118.128 | < 5.15.0-1053.58
- ubuntu•linux-aws-5.0
all
- ubuntu•linux-aws-5.11
all
- ubuntu•linux-aws-5.13
all
- ubuntu•linux-aws-5.15
< 5.15.0-1053.58~20.04.1
- ubuntu•linux-aws-5.19
all
- ubuntu•linux-aws-5.3
all
- ubuntu•linux-aws-5.4
< 5.4.0-1118.128~18.04.1
- ubuntu•linux-aws-5.8
all
- ubuntu•linux-aws-6.2
all
- ubuntu•linux-aws-6.5
all
- ubuntu•linux-aws-fips
< 4.15.0-2116.122 | all | < 5.4.0-1118.128+fips1 | < 5.15.0-1053.58+fips1
- ubuntu•linux-aws-hwe
< 4.15.0-1178.191~16.04.1
- ubuntu•linux-azure
< 4.15.0-1186.201~14.04.1 | < 4.15.0-1186.201~16.04.1 | all | < 5.4.0-1123.130 | < 5.15.0-1056.64
- ubuntu•linux-azure-4.15
< 4.15.0-1186.201
- ubuntu•linux-azure-5.11
all
- ubuntu•linux-azure-5.13
all
- ubuntu•linux-azure-5.15
< 5.15.0-1056.64~20.04.1
- ubuntu•linux-azure-5.19
all
- ubuntu•linux-azure-5.3
all
- ubuntu•linux-azure-5.4
< 5.4.0-1123.130~18.04.1
- ubuntu•linux-azure-5.8
all
- ubuntu•linux-azure-6.2
all
- ubuntu•linux-azure-6.5
all
- ubuntu•linux-azure-edge
all
- ubuntu•linux-azure-fde
all | < 5.15.0-1056.64.1 | all
- ubuntu•linux-azure-fde-5.19
all
- ubuntu•linux-azure-fde-6.2
all
- ubuntu•linux-azure-fde-6.8
all
- ubuntu•linux-azure-fips
< 4.15.0-2095.101 | all | < 5.4.0-1123.130+fips1
- ubuntu•linux-bluefield
all | < 5.4.0-1078.84 | < 5.15.0-1035.37
- ubuntu•linux-fips
< 4.4.0-1111.118 | all | < 4.15.0-1133.144 | < 5.4.0-1092.102 | < 5.15.0-94.104+fips1
- ubuntu•linux-gcp
< 4.15.0-1171.188~16.04.1 | all | < 5.4.0-1122.131 | < 5.15.0-1051.59
- ubuntu•linux-gcp-4.15
< 4.15.0-1171.188
- ubuntu•linux-gcp-5.11
all
- ubuntu•linux-gcp-5.13
all
- ubuntu•linux-gcp-5.15
< 5.15.0-1051.59~20.04.1
- ubuntu•linux-gcp-5.19
all
- ubuntu•linux-gcp-5.3
all
- ubuntu•linux-gcp-5.4
< 5.4.0-1122.131~18.04.1
- ubuntu•linux-gcp-5.8
all
- ubuntu•linux-gcp-6.2
all
- ubuntu•linux-gcp-6.5
all
- ubuntu•linux-gcp-fips
< 4.15.0-2079.85 | all | < 5.4.0-1122.131+fips1 | < 5.15.0-1055.63+fips2
- ubuntu•linux-gke
all | < 5.15.0-1050.55
- ubuntu•linux-gke-4.15
all
- ubuntu•linux-gke-5.15
all
Showing first 50 affected entries in server-rendered view.
References (16)
- https://git.kernel.org/stable/c/95eabb075a5902f4c0834ab1fb12dc35730c05af
- https://git.kernel.org/stable/c/2ea52a2fb8e87067e26bbab4efb8872639240eb0
- https://git.kernel.org/stable/c/147d89ee41434b97043c2dcb17a97dc151859baa
- https://git.kernel.org/stable/c/f82aac8162871e87027692b36af335a2375d4580
- https://git.kernel.org/stable/c/a75152d233370362eebedb2643592e7c883cc9fc
- https://git.kernel.org/stable/c/25563b581ba3a1f263a00e8c9a97f5e7363be6fd
- https://ubuntu.com/security/CVE-2023-52522
- https://git.kernel.org/linus/25563b581ba3a1f263a00e8c9a97f5e7363be6fd
- https://www.cve.org/CVERecord?id=CVE-2023-52522
- https://ubuntu.com/security/notices/USN-7332-1
- https://ubuntu.com/security/notices/USN-7342-1
- https://ubuntu.com/security/notices/USN-7344-1
- https://ubuntu.com/security/notices/USN-7332-2
- https://ubuntu.com/security/notices/USN-7332-3
- https://ubuntu.com/security/notices/USN-7344-2
- https://security-tracker.debian.org/tracker/CVE-2023-52522