LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25093: dragonexpert Recent Threads on Index Setting hooks.php recentthread_list_threads cross site scripting

A vulnerability, which was classified as problematic, was found in dragonexpert Recent Threads on Index. Affected is the function recentthread_list_threads of the file inc/plugins/recentthreads/hooks.php of the component Setting Handler. The manipulation of the argument recentthread_forumskip leads to cross site scripting. It is possible to launch the attack remotely. The patch is identified as 051465d807a8fcc6a8b0f4bcbb19299672399f48. It is recommended to apply a patch to fix this issue. VDB-217182 is the identifier assigned to this vulnerability.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2019-25093 is a low-severity cross-site scripting issue in dragonexpert Recent Threads on Index. A remote authenticated user may manipulate the recentthread_forumskip setting path to affect page content. Business impact is limited but real: compromised trusted browser sessions or misleading content where the plugin is installed.

Executive priority

Prioritize during normal patch cycles, sooner for public-facing sites with multiple administrators. The risk is not currently supported as actively exploited, but the fix is identified and should be applied to remove avoidable XSS exposure.

Technical view

The issue is CWE-79 in recentthread_list_threads within inc/plugins/recentthreads/hooks.php, tied to the Setting Handler and recentthread_forumskip argument. The CVSS v2 score is 3.3 with network access, low complexity, and authentication required. The published fix is commit 051465d807a8fcc6a8b0f4bcbb19299672399f48.

Likely exposure

Exposure appears limited to sites running dragonexpert Recent Threads on Index. The source bundle does not identify affected versions or CPEs, so teams must verify installation and whether the patch commit or an equivalent vendor update is present.

Exploitation context

Sources state remote exploitation is possible, but authentication is required. The bundle does not cite active exploitation, and the CVE is not marked in KEV. Treat this as a cleanup and hardening issue unless local evidence suggests misuse.

Researcher notes

Key uncertainty is version scope: the source bundle lists versions as n/a. Validation should focus on installed code state against commit 051465d807a8fcc6a8b0f4bcbb19299672399f48 and on whether authenticated users can reach the affected setting workflow.

Mitigation direction

  • Apply the vendor patch commit or an official release containing it.
  • Check vendor guidance for any release-specific upgrade instructions.
  • Restrict plugin setting changes to trusted administrators only.
  • Review exposed sites running the plugin for update status.

Validation and detection

  • Inventory sites for dragonexpert Recent Threads on Index installations.
  • Confirm inc/plugins/recentthreads/hooks.php includes the patched handling.
  • Verify recentthread_forumskip is safely handled after update.
  • Review administrative change history for unexpected plugin setting changes.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25093 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.3 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:M/C:N/I:P/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
3.3CVSS 2.0LowAV:N/AC:L/Au:M/C:N/I:P/A:N6.42.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

3.3Low
CVSS 2.0 vector shape for CVE-2019-25093Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:M/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
dragonexpertRecent Threads on Indexn/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation

Improper Neutralization of Input During Web Page Generation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.