CVE-2026-18968
Received Received - Intake

XSS in ttttonyhe OBlog via tags.php

Vulnerability report for CVE-2026-18968, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A security vulnerability has been detected in ttttonyhe OBlog up to 3ca6a45a2fcc81f6086751d8af124658720e8f8f. This issue affects some unknown processing of the file /tags.php. Such manipulation of the argument day leads to cross site scripting. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a reflected Cross-Site Scripting (XSS) issue in OBlog up to version 3ca6a45a2fcc81f6086751d8af124658720e8f8f. It occurs in the tags.php file where the 'day' argument is manipulated to inject malicious scripts. The attack is performed remotely and requires user interaction.

Detection Guidance

To detect this XSS vulnerability in OBlog, inspect the tags.php file for improper handling of the 'day' parameter. Check if user input is echoed directly into HTML responses without sanitization. Manually test by appending a payload like <script>alert(1)</script> to the URL parameter and observe if it executes.

Impact Analysis

This vulnerability can lead to session hijacking, credential theft, CSRF bypass, website defacement, and phishing attacks. Attackers can execute arbitrary JavaScript in a victim's browser when they visit a specially crafted link.

Mitigation Strategies

Immediately sanitize the 'day' parameter input in tags.php using functions like htmlspecialchars() or strip_tags(). Implement a Content Security Policy (CSP) to restrict inline scripts. Consider using a dedicated sanitization library for additional protection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18968. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart