Description
A flaw has been found in Shibby Tomato 1.28 RT-N5x MIPSR2 Build 124. Affected by this issue is the function setup_conntrack of the file /sbin/rc. Executing a manipulation of the argument ct_tcp_timeout can lead to out-of-bounds write. The attack may be performed from remote. This project is superseded by FreshTomato.
Published: 2026-07-18
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A function called setup_conntrack in the rc script of Shibby Tomato's firmware exposes an out‑of‑bounds write when the parameter ct_tcp_timeout is manipulated. Because the kernel module writes beyond its buffer, the flaw allows memory corruption that can lead to arbitrary code execution. This is a classic buffer overflow (CWE‑119) and an out‑of‑bounds write (CWE‑787).

Affected Systems

Only the Shibby Tomato firmware 1.28 for the RT‑N5x MIPSR2 Build 124 is known to contain the vulnerable implementation of setup_conntrack; no other builds are currently listed as affected.

Risk and Exploitability

The CVSS score of 8.7 signals high severity, whereas the EPSS score of less than 1 % indicates a low probability of current exploitation. The vulnerability is not in the CISA KEV catalog. While the description states that the attack can be performed from remote, the exact remote interface is not explicitly documented, so this remote attack vector is inferred. Therefore a remote attacker could potentially trigger the flawed control flow by manipulating the ct_tcp_timeout argument through exposed management or network interfaces.

Generated by OpenCVE AI on August 1, 2026 at 08:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the device to the latest FreshTomato firmware that contains the patch for the out‑of‑bounds write.
  • If upgrading is not an option, block or disable remote access to the rc script or remove the ability to set ct_tcp_timeout from external management interfaces.
  • As a last resort, patch the local firmware source to add explicit bounds checking before writing ct_tcp_timeout into the tracking array, rebuild, and flash the corrected firmware.

Generated by OpenCVE AI on August 1, 2026 at 08:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 18 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
Description A flaw has been found in Shibby Tomato 1.28 RT-N5x MIPSR2 Build 124. Affected by this issue is the function setup_conntrack of the file /sbin/rc. Executing a manipulation of the argument ct_tcp_timeout can lead to out-of-bounds write. The attack may be performed from remote. This project is superseded by FreshTomato.
Title Shibby Tomato rc setup_conntrack out-of-bounds write
First Time appeared Shibby
Shibby tomato
Weaknesses CWE-119
CWE-787
CPEs cpe:2.3:a:shibby:tomato:*:*:*:*:*:*:*:*
Vendors & Products Shibby
Shibby tomato
References
Metrics cvssV2_0

{'score': 9, 'vector': 'AV:N/AC:L/Au:S/C:C/I:C/A:C/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 8.8, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T13:42:34.472Z

Reserved: 2026-07-17T14:13:59.281Z

Link: CVE-2026-16095

cve-icon Vulnrichment

Updated: 2026-07-20T13:42:30.695Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:15:03Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-787

    Out-of-bounds Write