SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-61696

MEDIUM · CVSS 6.3 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects Forem's Java-based application, where unsanitized user input in feedback messages can lead to stored cross-site scripting (XSS) attacks. An unauthenticated attacker can exploit this flaw to execute arbitrary JavaScript in an administrator's browser, potentially compromising sensitive data and administrative actions. Organizations using affected versions of Forem should prioritize patching to mitigate the risk of unauthorized access and data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61696
Severity
MEDIUM
CVSS
6.3
EPSS
0.23%
Java

Original NVD Description

Forem is open source software for building communities. In versions before commit 92eacd16a82cf9007ba8e16a2258b42e3b53ca9c, a malicious value submitted through feedback_message[message] is stored without sanitization and rendered in app/views/admin/feedback_messages/_feedback_message.html.erb through raw(feedback_message.message) when offender_id is present. Viewing the abuse report executes arbitrary JavaScript in an administrator's browser and may expose sensitive in-page data, abuse CSRF tokens, or perform administrative actions in the victim's session. The public FeedbackMessagesController accepts the report without authorization and previously permitted a submitted offender_id, making the vulnerable rendering path reachable by an unauthenticated attacker. This issue is fixed in commit 92eacd16a82cf9007ba8e16a2258b42e3b53ca9c