LiveActive security incident?Get immediate response
CVE Record

CVE-2020-11106: An issue was discovered in Responsive Filemanager through 9.14.0.

An issue was discovered in Responsive Filemanager through 9.14.0. In the dialog.php page, the session variable $_SESSION['RF']["view_type"] wasn't sanitized if it was already set. This made stored XSS possible if one opens ajax_calls.php and uses the "view" action and places a payload in the type parameter, and then returns to the dialog.php page. This occurs because ajax_calls.php was also able to set the $_SESSION['RF']["view_type"] variable, but there it wasn't sanitized.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Responsive Filemanager through 9.14.0 has a stored cross-site scripting weakness. A value saved in a session variable was not sanitized consistently, so attacker-controlled content could later be rendered when the file manager dialog page is opened.

Executive priority

Treat this as a moderate web application risk. Prioritize systems where the file manager is internet-facing, used by many authenticated users, or embedded in administrative workflows handling sensitive content.

Technical view

The issue involves $_SESSION['RF']['view_type']. ajax_calls.php could set this value through the view action without sanitization, and dialog.php reused it without sanitizing if already set. This creates stored XSS in affected Responsive Filemanager deployments through 9.14.0.

Likely exposure

Exposure is most likely where Responsive Filemanager through 9.14.0 is embedded in a web application and its file manager endpoints are reachable by untrusted or lower-privileged users.

Exploitation context

The source bundle does not show CISA KEV listing, active exploitation, CVSS scoring, or a named fixed release. The public issue describes the vulnerable data flow but should not be treated as proof of exploitation in the wild.

Researcher notes

Evidence is limited to the CVE record and the linked GitHub issue. The root cause is inconsistent sanitization of a session-backed view setting across ajax_calls.php and dialog.php. No CVSS, CWE, exploit-in-the-wild, or vendor fix details are provided in the bundle.

Mitigation direction

  • Inventory applications embedding Responsive Filemanager and identify versions through 9.14.0.
  • Check upstream project guidance for a fixed release or official patch.
  • Restrict file manager endpoints to trusted authenticated users only.
  • If maintaining a fork, sanitize and encode view_type before storage and rendering.
  • Clear existing sessions after remediation to remove persisted unsafe values.

Validation and detection

  • Confirm whether Responsive Filemanager through 9.14.0 is present in deployed applications.
  • Check whether ajax_calls.php and dialog.php are reachable in production.
  • Review code for sanitization of $_SESSION['RF']['view_type'] before rendering.
  • Verify file manager access is limited to appropriate administrative roles.
  • Review application security tests for stored XSS coverage around file manager views.
Prepared
Confidence
medium
Sources
3

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.

cve · low confidence lookup

CVE-2020-11106 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

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