In the Linux kernel, the following vulnerability has been resolved:
SUNRPC: Fix a suspicious RCU usage warning
I received the following warning while running cthon against an ontap server running pNFS:
[ 57.202521] ============================= [ 57.202522] WARNING: suspicious RCU usage [ 57.202523] 6.7.0-rc3-g2cc14f52aeb7 #41492 Not tainted [ 57.202525] ----------------------------- [ 57.202525] net/sunrpc/xprtmultipath.c:349 RCU-list traversed in non-reader section!! [ 57.202527] other info that might help us debug this:
[ 57.202528] rcuscheduleractive = 2, debuglocks = 1 [ 57.202529] no locks held by test5/3567. [ 57.202530] stack backtrace: [ 57.202532] CPU: 0 PID: 3567 Comm: test5 Not tainted 6.7.0-rc3-g2cc14f52aeb7 #41492 5b09971b4965c0aceba19f3eea324a4a806e227e [ 57.202534] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS unknown 2/2/2022 [ 57.202536] Call Trace: [ 57.202537] <TASK> [ 57.202540] dumpstacklvl+0x77/0xb0 [ 57.202551] lockdeprcususpicious+0x154/0x1a0 [ 57.202556] rpcxprtswitchhasaddr+0x17c/0x190 [sunrpc ebe02571b9a8ceebf7d98e71675af20c19bdb1f6] [ 57.202596] rpcclntsetuptestandaddxprt+0x50/0x180 [sunrpc ebe02571b9a8ceebf7d98e71675af20c19bdb1f6] [ 57.202621] ? rpcclntaddxprt+0x254/0x300 [sunrpc ebe02571b9a8ceebf7d98e71675af20c19bdb1f6] [ 57.202646] rpcclntaddxprt+0x27a/0x300 [sunrpc ebe02571b9a8ceebf7d98e71675af20c19bdb1f6] [ 57.202671] ? _pfxrpcclntsetuptestandaddxprt+0x10/0x10 [sunrpc ebe02571b9a8ceebf7d98e71675af20c19bdb1f6] [ 57.202696] nfs4pnfsdsconnect+0x345/0x760 [nfsv4 c716d88496ded0ea6d289bbea684fa996f9b57a9] [ 57.202728] ? _pfxnfs4testsessiontrunk+0x10/0x10 [nfsv4 c716d88496ded0ea6d289bbea684fa996f9b57a9] [ 57.202754] nfs4flprepareds+0x75/0xc0 [nfslayoutnfsv41files e3a4187f18ae8a27b630f9feae6831b584a9360a] [ 57.202760] filelayoutwritepagelist+0x4a/0x200 [nfslayoutnfsv41files e3a4187f18ae8a27b630f9feae6831b584a9360a] [ 57.202765] pnfsgenericpgwritepages+0xbe/0x230 [nfsv4 c716d88496ded0ea6d289bbea684fa996f9b57a9] [ 57.202788] _nfspageioaddrequest+0x3fd/0x520 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202813] nfspageioaddrequest+0x18b/0x390 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202831] nfsdowritepage+0x116/0x1e0 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202849] nfswritepagescallback+0x13/0x30 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202866] writecachepages+0x265/0x450 [ 57.202870] ? _pfxnfswritepagescallback+0x10/0x10 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202891] nfswritepages+0x141/0x230 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202913] dowritepages+0xd2/0x230 [ 57.202917] ? filemapfdatawritewbc+0x5c/0x80 [ 57.202921] filemapfdatawritewbc+0x67/0x80 [ 57.202924] filemapwriteandwaitrange+0xd9/0x170 [ 57.202930] nfswball+0x49/0x180 [nfs 6c976fa593a7c2976f5a0aeb4965514a828e6902] [ 57.202947] nfs4fileflush+0x72/0xb0 [nfsv4 c716d88496ded0ea6d289bbea684fa996f9b57a9] [ 57.202969] _sesysclose+0x46/0xd0 [ 57.202972] dosyscall64+0x68/0x100 [ 57.202975] ? dosyscall64+0x77/0x100 [ 57.202976] ? dosyscall64+0x77/0x100 [ 57.202979] entrySYSCALL64afterhwframe+0x6e/0x76 [ 57.202982] RIP: 0033:0x7fe2b12e4a94 [ 57.202985] Code: 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 80 3d d5 18 0e 00 00 74 13 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 44 c3 0f 1f 00 48 83 ec 18 89 7c 24 0c e8 c3 [ 57.202987] RSP: 002b:00007ffe857ddb38 EFLAGS: 00000202 ORIGRAX: 0000000000000003 [ 57.202989] RAX: ffffffffffffffda RBX: 00007ffe857dfd68 RCX: 00007fe2b12e4a94 [ 57.202991] RDX: 0000000000002000 RSI: 00007ffe857ddc40 RDI: 0000000000000003 [ 57.202992] RBP: 00007ffe857dfc50 R08: 7fffffffffffffff R09: 0000000065650f49 [ 57.202993] R10: 00007f ---truncated---
[
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c430e6bb43955c6bf573665fcebf31694925b9f7",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-073af9c3",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"244012991804249123276009691903991485080",
"142169134455831710498648900376758469245",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"100577995622753194500302241329646582454"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7a96d85bf196c170dcf1b47a82e9bb97cca69aa6",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-14a3dba9",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"244012991804249123276009691903991485080",
"142169134455831710498648900376758469245",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"100577995622753194500302241329646582454"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8cf4dabbdcb8bef85335b0ed7ad5b25fd82ff56",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-1dc7fc02",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31b62908693c90d4d07db597e685d9f25a120073",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-37757f91",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"157946637386182548827510345222934435315",
"107612173154328401113583825256764088388",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"102498361970214506716085609470925137536"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@69c7eeb4f622c2a28da965f970f982db171f3dc6",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-4603f60c",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"157946637386182548827510345222934435315",
"107612173154328401113583825256764088388",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"102498361970214506716085609470925137536"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8cf4dabbdcb8bef85335b0ed7ad5b25fd82ff56",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-644c944d",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"244012991804249123276009691903991485080",
"142169134455831710498648900376758469245",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"100577995622753194500302241329646582454"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31b62908693c90d4d07db597e685d9f25a120073",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-64b9f989",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8ca3e73301e23e8c0ac0ce2e6bac4545cd776e0",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-6c1a109f",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8f860c8407470baff2beb9982ad6b172c94f1d0a",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-7f10ba4d",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@69c7eeb4f622c2a28da965f970f982db171f3dc6",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-aadebde0",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8f860c8407470baff2beb9982ad6b172c94f1d0a",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-b0144400",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"157946637386182548827510345222934435315",
"107612173154328401113583825256764088388",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"102498361970214506716085609470925137536"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7a96d85bf196c170dcf1b47a82e9bb97cca69aa6",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-b66b2818",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fece80a2a6718ed58487ce397285bb1b83a3e54e",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-cb14eb93",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c430e6bb43955c6bf573665fcebf31694925b9f7",
"target": {
"function": "rpc_xprt_switch_has_addr",
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-e1f9f0dd",
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 418.0,
"function_hash": "329562230980158194451577664468997320351"
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fece80a2a6718ed58487ce397285bb1b83a3e54e",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-f4ee5f94",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"244012991804249123276009691903991485080",
"142169134455831710498648900376758469245",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"100577995622753194500302241329646582454"
]
}
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8ca3e73301e23e8c0ac0ce2e6bac4545cd776e0",
"target": {
"file": "net/sunrpc/xprtmultipath.c"
},
"deprecated": false,
"id": "CVE-2023-52623-f59843fe",
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"157946637386182548827510345222934435315",
"107612173154328401113583825256764088388",
"169749883265270263293099353527492337993",
"54903611879519270456061701803420371699",
"138185165736204418827982125159027416892",
"217026315829398994959358461940216251401",
"339747871280425605120445210182916515723",
"102498361970214506716085609470925137536"
]
}
}
]