Lucene search
+L

306 matches found

OSV
OSV
added 2026/07/21 9:33 p.m.7 views

CVE-2026-43947 FUXA Vulnerable to Unauthenticated Remote Code Execution via Script Test Mode Authorization Bypass

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Version 1.3.0 has an unauthenticated Remote Code Execution vulnerability when secureEnabled is set to true. The POST /api/runscript endpoint checks authorization against the stored script's permission by ID, but when test: tr...

9.3CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2026/07/21 9:27 p.m.52 views

CVE-2026-43946

FUXA (web-based Process Visualization) version 1.3.0 has an authorization bypass in the /api/getTagValue endpoint, allowing unauthenticated access to tag values when the referenced script does not exist. Version 1.3.1 patches the issue. The vulnerability enables an unauthenticated user to retriev...

8.7CVSS5.3AI score0.00542EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 9:27 p.m.7 views

CVE-2026-43946 FUXA has an unauthenticated arbitrary tag value disclosure via /api/getTagValue

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Version 1.3.0 has an authorization bypass in the /api/getTagValue endpoint allows unauthenticated access to tag values when the referenced script does not exist. Version 1.3.1 patches the issue...

8.7CVSS5.3AI score
SaveExploits0References6
OSV
OSV
added 2026/07/21 9:24 p.m.6 views

CVE-2026-43945 FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode Enabled an...

9.3CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/07/21 9:24 p.m.115 views

CVE-2026-43945

Summary: FUXA versions 1.2.11–1.3.1 are vulnerable to pre-auth RCE via path manipulation in the authentication middleware. An unauthenticated remote attacker can achieve root-level RCE by crafting requests that bypass authentication on Node-RED administrative endpoints through a faulty URL check ...

9.3CVSS5.6AI score0.00862EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/30 9:16 p.m.14 views

CVE-2026-13207

FUXA versions 1.3.1 and prior contain an authentication bypass vulnerability via dot-segment path normalization in the REST API. The API router fails to normalize dot-segment sequences before applying authentication middleware, allowing unauthenticated requests to access protected endpoints by...

8.7CVSS0.00352EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/30 8:24 p.m.73 views

CVE-2026-13207

The CVE refers to FUXA prior to 1.3.2 with an authentication bypass in the REST API caused by improper normalization of dot-segments in the router. Prefixing paths with dot-segments (e.g., /api/./users, /api/./roles, /api/project/../users) can bypass authentication and expose protected data such ...

8.7CVSS5.8AI score0.00352EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/30 8:24 p.m.47 views

CVE-2026-13207 Frangoteam FUXA SCADA/HMI Authentication Bypass by Spoofing

FUXA versions 1.3.1 and prior contain an authentication bypass vulnerability via dot-segment path normalization in the REST API. The API router fails to normalize dot-segment sequences before applying authentication middleware, allowing unauthenticated requests to access protected endpoints by...

8.7CVSS0.00352EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/30 8:24 p.m.15 views

EUVD-2026-40409

FUXA versions 1.3.1 and prior contain an authentication bypass vulnerability via dot-segment path normalization in the REST API. The API router fails to normalize dot-segment sequences before applying authentication middleware, allowing unauthenticated requests to access protected endpoints by...

8.7CVSS5.8AI score0.00352EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/30 8:24 p.m.12 views

CVE-2026-13207 Frangoteam FUXA SCADA/HMI Authentication Bypass by Spoofing

FUXA versions 1.3.1 and prior contain an authentication bypass vulnerability via dot-segment path normalization in the REST API. The API router fails to normalize dot-segment sequences before applying authentication middleware, allowing unauthenticated requests to access protected endpoints by...

8.7CVSS5.9AI score
SaveExploits0References5
VulnCheck KEV
VulnCheck KEV
added 2026/06/12 12:00 a.m.98 views

VulnCheck KEV: CVE-2026-25939

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. From 1.2.8 through version 1.2.10, an authorization bypass vulnerability in the FUXA allows an unauthenticated, remote attacker to create and modify arbitrary schedulers, exposing connected ICS/SCADA environments to follow-on...

9.3CVSS5.4AI score0.11393EPSS
SaveIn wildExploits1References4
OSV
OSV
added 2026/05/26 11:44 p.m.81 views

GHSA-RG3M-CFQ7-G6H6 FUXA Vulnerable to Unauthenticated Remote Code Execution via Script Test Mode Authorization Bypass

Summary An unauthenticated Remote Code Execution vulnerability exists in FUXA when secureEnabled is set to true. The POST /api/runscript endpoint checks authorization against the stored script's permission by ID, but when test: true is set in the request, it compiles and executes attacker-supplie...

9.3CVSS6.3AI score0.00666EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/26 11:44 p.m.22 views

FUXA Vulnerable to Unauthenticated Remote Code Execution via Script Test Mode Authorization Bypass

Summary An unauthenticated Remote Code Execution vulnerability exists in FUXA when secureEnabled is set to true. The POST /api/runscript endpoint checks authorization against the stored script's permission by ID, but when test: true is set in the request, it compiles and executes attacker-supplie...

9.3CVSS6.3AI score0.00666EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/26 11:41 p.m.48 views

FUXA has an unauthenticated arbitrary tag value disclosure via /api/getTagValue

Summary An authorization bypass in the /api/getTagValue endpoint allows unauthenticated access to tag values when the referenced script does not exist. Details The issue is caused by the combination of these code paths: - server/api/apikeys/verify-api-or-token.js:45 sends requests without x-api-k...

8.7CVSS6AI score0.00542EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/26 11:40 p.m.28 views

FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

Pre-auth RCE in FUXA via Logic Bypass Summary A Critical vulnerability chain exists in FUXA v.1.3.0-2706 that allows an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode...

9.3CVSS6.5AI score0.00862EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/26 11:40 p.m.24 views

GHSA-P69W-MMFV-XRFJ FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

Pre-auth RCE in FUXA via Logic Bypass Summary A Critical vulnerability chain exists in FUXA v.1.3.0-2706 that allows an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode...

9.3CVSS6.5AI score0.00862EPSS
SaveExploits0References3
Circl
Circl
added 2026/05/26 4:06 p.m.16 views

CVE-2026-47717

creationtimestamp| type| source ---|---|--- 2026-05-26 16:06:13+00:00| published-proof-of-concept| https://github.com/frangoteam/FUXA/security/advisories/GHSA-q3w6-q3hc-c5x6 2026-06-18 02:57:08+00:00| confirmed|...

7.5CVSS4.9AI score0.01203EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/26 12:00 a.m.17 views

PT-2026-43447

Name of the Vulnerable Software and Affected Versions FUXA version 1.3.0 Description An unauthenticated Remote Code Execution issue exists when secureEnabled is set to true. The POST /api/runscript endpoint validates authorization based on a stored script's permission by ID. However, if test: tru...

9.3CVSS6.3AI score0.00666EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/05/26 12:00 a.m.30 views

PT-2026-43445

Name of the Vulnerable Software and Affected Versions FUXA versions 1.2.11 through 1.3.0 Description A path confusion flaw in the authentication middleware allows an unauthenticated remote attacker to achieve full remote code execution as root. The issue occurs because the server uses a substring...

9.3CVSS6.4AI score0.00862EPSS
SaveExploits0References6
Exploit DB
Exploit DB
added 2026/05/21 12:00 a.m.124 views

FUXA 1.2.9 - RCE

Exploit Title: FUXA 1.2.9 - RCE Date: 4/24/2026 Exploit Author: Anthony Cihan Hann1bl3L3ct3r Vendor Homepage: https://github.com/frangoteam/FUXA Version: Arbitrary File Write - RCE Affected: FUXA makes Node's path.resolve climb out of appDir to anywhere the FUXA process can write. fullPath/fileNa...

9.8CVSS5.2AI score0.10353EPSS
SaveExploits3
Rows per page
Query Builder