Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53635

8.2 · HIGH
Published Oct 7, 2025 linux EPSS 0.40% (33th pctl)

Overview

CVE-2023-53635 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 8.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

netfilter: conntrack: fix wrong ct->timeout value

(struct nf_conn)->timeout is an interval before the conntrack

confirmed. After confirmed, it becomes a timestamp.

It is observed that timeout of an unconfirmed conntrack:

- Set by calling ctnetlink_change_timeout(). As a result,

`nfct_time_stamp` was wrongly added to `ct->timeout` twice.

- Get by calling ctnetlink_dump_timeout(). As a result,

`nfct_time_stamp` was wrongly subtracted.

Call Trace:

<TASK>

dump_stack_lvl

ctnetlink_dump_timeout

__ctnetlink_glue_build

ctnetlink_glue_build

__nfqnl_enqueue_packet

nf_queue

nf_hook_slow

ip_mc_output

? __pfx_ip_finish_output

ip_send_skb

? __pfx_dst_output

udp_send_skb

udp_sendmsg

? __pfx_ip_generic_getfrag

sock_sendmsg

Separate the 2 cases in:

- Setting `ct->timeout` in __nf_ct_set_timeout().

- Getting `ct->timeout` in ctnetlink_dump_timeout().

Pablo appends:

Update ctnetlink to set up the timeout _afte

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.4, < 6.1.28 Affected

Frequently Asked Questions

What is CVE-2023-53635?

CVE-2023-53635 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2023-53635?

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-53635?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53635?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53635 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.