Lucene search
+L

MikroTik RouterOS 7.20 < 7.23.4 / 7.24.x < 7.24.2 WebFig Unauthenticated File Read (CVE-2026-67281)

🗓️ 10 Sep 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 3 Views

Unauthenticated file read in MikroTik RouterOS 7.20-7.24 WebFig /jsproxy discloses credentials.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2026-67281
5 Sep 202621:47
circl
cve
CVE
CVE-2026-67281
5 Sep 202620:00
cve
cvelist
Cvelist
CVE-2026-67281 Unauthenticated file read in Mikrotik RouterOS
5 Sep 202620:00
cvelist
euvd
EUVD
EUVD-2026-72028
5 Sep 202620:00
euvd
nvd
NVD
CVE-2026-67281
5 Sep 202620:17
nvd
ptsecurity
Positive Technologies
PT-2026-86455
5 Sep 202600:00
ptsecurity
vulnrichment
Vulnrichment
CVE-2026-67281 Unauthenticated file read in Mikrotik RouterOS
5 Sep 202620:00
vulnrichment
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(344586);
  script_version("1.3");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/09/11");

  script_cve_id("CVE-2026-67281");
  script_xref(name:"IAVA", value:"2026-A-0941");

  script_name(english:"MikroTik RouterOS 7.20 < 7.23.4 / 7.24.x < 7.24.2 WebFig Unauthenticated File Read (CVE-2026-67281)");

  script_set_attribute(attribute:"synopsis", value:
"The remote networking device is affected by an information disclosure vulnerability.");
  script_set_attribute(attribute:"description", value:
"According to its self-reported version, the remote networking device is running a version of
MikroTik RouterOS 7.20 prior to 7.23.4, or 7.24.x prior to 7.24.2. It is, therefore, affected by
an information disclosure vulnerability.

RouterOS WebFig contains an unauthenticated file-read vulnerability in the /jsproxy path where a
newly allocated session retains a stale uninitialized principal pointer used for file
authorization. An unauthenticated attacker can prepare the allocator so that the file-serving path
dereferences this pointer with sufficient rights, then supply parent-directory components in an
encrypted URI to escape the WebFig file namespace and disclose root-owned files, including
configuration stores containing credentials. (CVE-2026-67281)

Note that Nessus has not tested for this issue but has instead relied only on the router's
self-reported version number.");
  script_set_attribute(attribute:"see_also", value:"https://mikrotik.com/supportsec/september-2026-vulnerability/");
  script_set_attribute(attribute:"see_also", value:"https://cert.pl/en/posts/2026/09/mikrotik-routeros-cve");
  # https://cert.pl/en/posts/2026/09/vulnerabilities-in-mikrotik-routeros-actively-exploited/
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?1fe530bb");
  script_set_attribute(attribute:"solution", value:
"Upgrade to MikroTik RouterOS 7.23.4, 7.24.2 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N");
  script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:U");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-67281");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2026/09/05");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/09/03");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/09/10");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:mikrotik:routeros");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("mikrotik_detect.nasl", "ssh_detect.nasl");
  script_require_keys("MikroTik/RouterOS/Version");

  exit(0);
}

include('vcf.inc');

var app = 'MikroTik';
var kb_ver = 'MikroTik/RouterOS/Version';

var app_info = vcf::get_app_info(app:app, kb_ver:kb_ver);

var constraints = [
  { 'min_version' : '7.20', 'fixed_version' : '7.23.4' },
  { 'min_version' : '7.24', 'fixed_version' : '7.24.2' }
];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING, strict:FALSE);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation