You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE has been marked Rejected in the CVE List. These CVEs are stored in the NVD, but do not show up in search results by default.
Description
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to nvd@nist.gov.
In the Linux kernel, the following vulnerability has been resolved:
ipv4: fix null-deref in ipv4_link_failure
Currently, we assume the skb is associated with a device before calling
__ip_options_compile, which is not always the case if it is re-routed by
ipvs.
When skb->dev is NULL, dev_net(skb->dev) will become null-dereference.
This patch adds a check for the edge case and switch to use the net_device
from the rtable when skb->dev is NULL.
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Removed
Reference
Linux https://git.kernel.org/stable/c/0113d9c9d1ccc07f5a3710dac4aa24b6d711278c
Removed
Reference
Linux https://git.kernel.org/stable/c/084c7ac9e8d60bf21a423490021b7c3427312955
Removed
Reference
Linux https://git.kernel.org/stable/c/2712545e535d7a2e4c53b9c9658a9c88c6055862
Removed
Reference
Linux https://git.kernel.org/stable/c/810fd23d9715474aa27997584e8fc9396ef3cb67
Removed
Reference
Linux https://git.kernel.org/stable/c/8689c9ace976d6c078e6dc844b09598796e84099
Removed
Reference
Linux https://git.kernel.org/stable/c/8860d354f653628b6330e1c5b06b2828948135a4
Removed
Reference
Linux https://git.kernel.org/stable/c/a2cf7bd75b3992e8df68dd5fdc6499b67d45f6e0
Removed
Reference
Linux https://git.kernel.org/stable/c/cda20fcddf53f0f959641c8ef4d50ab87ffa5124
CVE Rejected by kernel.org3/04/2024 11:15:49 AM
Action
Type
Old Value
New Value
New CVE Received from kernel.org3/02/2024 5:15:49 PM
Action
Type
Old Value
New Value
Added
Description
In the Linux kernel, the following vulnerability has been resolved:
ipv4: fix null-deref in ipv4_link_failure
Currently, we assume the skb is associated with a device before calling
__ip_options_compile, which is not always the case if it is re-routed by
ipvs.
When skb->dev is NULL, dev_net(skb->dev) will become null-dereference.
This patch adds a check for the edge case and switch to use the net_device
from the rtable when skb->dev is NULL.
Added
Reference
Linux https://git.kernel.org/stable/c/0113d9c9d1ccc07f5a3710dac4aa24b6d711278c [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/084c7ac9e8d60bf21a423490021b7c3427312955 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/2712545e535d7a2e4c53b9c9658a9c88c6055862 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/810fd23d9715474aa27997584e8fc9396ef3cb67 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/8689c9ace976d6c078e6dc844b09598796e84099 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/8860d354f653628b6330e1c5b06b2828948135a4 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/a2cf7bd75b3992e8df68dd5fdc6499b67d45f6e0 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/cda20fcddf53f0f959641c8ef4d50ab87ffa5124 [No types assigned]
Quick Info
CVE Dictionary Entry: CVE-2023-52579 NVD
Published Date: 03/02/2024 NVD
Last Modified: 03/04/2024
Source: kernel.org