Description
A vulnerability was found in Shibby Tomato 1.28. This vulnerability affects the function sub_42537C of the component Scheduler Name Handler. The manipulation of the argument a1 results in stack-based buffer overflow. It is possible to launch the attack remotely. 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

Being a stack-based buffer overflow in the sub_42537C function of Shibby Tomato 1.28, this vulnerability allows an attacker who supplies a crafted a1 argument to corrupt the stack and execute arbitrary code. The corruption can jeopardize the confidentiality, integrity, and availability of the affected system. The flaw is a classic buffer overflow (CWE-119) that is exploitable remotely, meaning an attacker need not be physically present.

Affected Systems

The only publicly listed affected product is Shibby Tomato, version 1.28. No other products or versions are mentioned in the advisory, and the project has been superseded by FreshTomato.

Risk and Exploitability

The vulnerability scores a CVSS of 8.7, indicating high severity, but its EPSS is less than 1 %, suggesting a low current chance of exploitation. It is not listed in the CISA KEV catalog. Because the flaw is remote‑able and can lead to code execution, the risk remains significant until mitigated. The attack likely proceeds by feeding a specially crafted input into the Scheduler Name Handler over the network, leveraging the stack corruption to jump to attacker‑controlled code.

Generated by OpenCVE AI on July 30, 2026 at 23:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Shibby Tomato to the latest release, or migrate to FreshTomato, which replaces the vulnerable component.
  • If an upgrade cannot be performed immediately, restrict network access to the Scheduler Name Handler, or disable the component if possible, to reduce exposure.
  • Enable runtime hardening such as stack canaries, address‑space layout randomization, and data‑execution prevention on the affected host.
  • Apply input validation or bounds‑checking to the a1 argument to ensure the buffer size is respected.
  • Monitor logs for anomalous activity related to Scheduler Name Handler requests to detect potential exploitation attempts.

Generated by OpenCVE AI on July 30, 2026 at 23:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 18: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 12:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in Shibby Tomato 1.28. This vulnerability affects the function sub_42537C of the component Scheduler Name Handler. The manipulation of the argument a1 results in stack-based buffer overflow. It is possible to launch the attack remotely. This project is superseded by FreshTomato.
Title Shibby Tomato Scheduler Name sub_42537C stack-based overflow
First Time appeared Shibby
Shibby tomato
Weaknesses CWE-119
CWE-121
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-20T17:34:01.861Z

Reserved: 2026-07-17T14:14:07.361Z

Link: CVE-2026-16097

cve-icon Vulnrichment

Updated: 2026-07-20T17:33:56.766Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:15:06Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow