A critical vulnerability has been discovered in NASA/JPL's open-source AIT-GUI software, which is used to control spacecraft instruments. The flaw allows unauthenticated attackers to execute arbitrary commands, run server-side scripts, and manipulate command sequences by exploiting a lack of authentication, session checks, and CSRF protection. Researchers confirmed the issue, which has a CVSS score of 9.4, and a fix is available in version 2.5.2.

A critical vulnerability has been identified in AIT-GUI, the browser-based operator console for NASA/JPL's open-source AMMOS Instrument Toolkit. The flaw, rated with a CVSS score of 9.4 and tracked as GHSA-p9r8-2q67-fp86, allowed unauthenticated execution of commands on spacecraft instruments. The issue has been addressed in AIT-GUI version 2.5.2.
The AMMOS (Advanced Multi-Mission Operations System) framework is utilized by NASA/JPL and other missions for controlling spacecraft, sending commands, and processing telemetry data. AIT-GUI serves as the web interface for these real-time operations.
According to researchers from Cycode, the AIT-GUI HTTP server was found to lack authentication, authorization, and Cross-Site Request Forgery (CSRF) protection on any of its state-changing endpoints. This configuration meant that anyone capable of reaching the console's port, or even an operator visiting a malicious website in the same browser, could issue arbitrary commands.
The vulnerability is not a single defect but rather a combination of four distinct web weaknesses. Firstly, the server's configured host setting was ignored, causing it to bind to 0.0.0.0, exposing the console to the entire reachable network even if an operator intended to restrict it to localhost.
Secondly and thirdly, the system lacked any login requirement, session checks, CSRF tokens, or cross-origin restrictions on its routes. Specifically, the POST /cmd endpoint would directly pass any received command to the command bus without validation or checks.
The fourth weakness involved the POST /seq and POST /script/run endpoints, which constructed filesystem paths by concatenating raw user input with a root directory, without proper confinement. This allowed for directory traversal, meaning an input like `../../../../something` could resolve outside the intended sequence directory. Researchers noted that a correct path confinement check already existed within the same codebase on a sibling route, /scripts/load, but was not consistently applied.
The absence of CSRF protection posed a particularly severe risk, as it bypasses network firewalls. A malicious webpage could send form requests to the AIT-GUI console if an operator had it open in the same browser, enabling unauthorized command execution via POST /cmd, POST /seq, or POST /script/run without direct access to the system or its network.
Cycode's research team employed a combination of AI-assisted code analysis and human validation to discover and confirm these issues. The AI initially flagged patterns such as state-changing routes without authentication, user input flowing into subprocess calls without sanitization, and silently discarded configuration values. Human researchers then validated each pattern's exploitability and developed working proofs-of-concept, including a CSRF demonstration.
Operators are strongly advised to upgrade to AIT-GUI 2.5.2 immediately and ensure that the console port is not accessible from untrusted networks. Any instances that were exposed prior to the patch should be considered compromised, necessitating an audit of command and sequence history, as unauthenticated POST requests do not leave user-level traces. For deployments requiring additional hardening, maintainers should implement authentication and CSRF protection for command, script, and sequence routes, bind the server to the configured host instead of 0.0.0.0, and consistently apply the path-confinement logic from /scripts/load to /seq and /script/run.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed