CVE-2018-25245
Received Received - Intake
Denial of Service via Buffer Overflow in Microsoft 7 Tik Search

Publication date: 2026-04-04

Last updated on: 2026-04-04

Assigner: VulnCheck

Description
7 Tik 1.0.1.0 contains a denial of service vulnerability that allows attackers to crash the application by submitting excessively long input strings to the search functionality. Attackers can paste a buffer of 7700 characters into the search bar to trigger an application crash.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-04
Last Modified
2026-04-04
Generated
2026-06-16
AI Q&A
2026-04-04
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
microsoft 7_tik to 1.0.1.0 (exc)
microsoft 7_tik 1.0.1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2018-25245 is a denial of service (DoS) vulnerability in Microsoft 7 Tik version 1.0.1.0 and earlier. It occurs because the application's search functionality does not properly handle excessively long input strings.

An attacker can exploit this vulnerability by submitting a buffer of approximately 7,700 characters into the search bar, which causes the application to crash due to a buffer overflow triggered by the oversized input.

Impact Analysis

This vulnerability can impact you by causing the Microsoft 7 Tik application to crash, resulting in a denial of service condition.

Since the attack requires no privileges or user interaction and can be executed remotely over the network, it can disrupt availability of the application, potentially affecting productivity or service continuity.

Detection Guidance

This vulnerability can be detected by attempting to reproduce the denial of service condition on the Microsoft 7 Tik application version 1.0.1.0. Specifically, you can create a payload consisting of approximately 7,700 characters and submit it to the search bar of the application to see if it crashes.

A practical method involves generating a file with 7,700 'A' characters and then copying and pasting this string into the search functionality of the vulnerable application.

For example, you can use a simple Python command to create such a payload file:

  • python -c "print('A' * 7700)" > PoC.txt

Then, open the PoC.txt file, copy its contents, and paste it into the search bar of the Microsoft 7 Tik application. If the application crashes, the vulnerability is present.

Mitigation Strategies

Immediate mitigation steps include avoiding the use of the vulnerable search functionality with excessively long input strings to prevent application crashes.

If possible, restrict or filter input lengths on the search bar to prevent inputs longer than a safe threshold (less than 7,700 characters).

Additionally, consider updating or patching the application if a fixed version is available from the vendor.

As a temporary measure, monitor and restrict network access to the application to prevent remote exploitation.

Compliance Impact

The provided information does not include any details about the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2018-25245. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart