Alerts This Week
Warning Icon 1 1,003
Alerts This Week
Warning Icon 1 1,003

Stay Ahead With Linux Security News

Filter%20icon Refine news
X Clear Filters
X Clear Filters
View More
View More
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Does sandboxing completely stop hackers?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/153-does-sandboxing-completely-stop-hackers?task=poll.vote&format=json
153
radio
0
[{"id":494,"title":"Isolation breeds ultimate system safety.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":495,"title":"Flawed configurations bypass all barriers.","votes":1,"type":"x","order":2,"pct":100,"resources":[]},{"id":496,"title":"Determined exploits always break out.","votes":0,"type":"x","order":3,"pct":0,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 9,995 articles for you...
210

Critical Joomla JCE RCE Added to CISA KEV as Attacks Target Linux Web Servers

The Joomla Content Editor (JCE), one of the most widely deployed editor extensions for Joomla websites, is currently under active attack due to a critical vulnerability. . The issue, tracked as CVE-2026-48907 , affects JCE versions earlier than 2.9.99.5 and carries a CVSS score of 10.0. Because JCE is installed on a large number of public-facing Joomla sites, the vulnerability has quickly become a high-priority target for attackers and automated scanning campaigns. CISA has added the flaw to its Known Exploited Vulnerabilities (KEV) catalog , indicating active exploitation in the wild. The root cause is a broken access control issue in JCE's profile import function. Attackers do not need valid credentials to exploit it. By sending crafted requests to the import endpoint, they can bypass security checks, create a new editor profile, upload malicious PHP files, and execute them remotely. In practice, this allows an attacker to deploy a web shell and gain full remote code execution on a vulnerable server. Who Is Affected? JCE versions earlier than 2.9.99.5 are exposed. Patched: Get to 2.9.99.5, with 2.9.99.6 adding additional hardening. Legacy: The vendor pushed free patches for older sites. This Joomla Content Editor vulnerability affects websites running vulnerable JCE releases and should be treated as an emergency patching priority. Why You Should Care You’re not just patching a plugin; you’re defending the underlying OS. Joomla is the guest, but Linux is the host. When an attacker exploits this RCE, they aren't just messing with your CMS; they’re executing code as the web server user—the same user that owns your PHP files, your config files, and often your database credentials. If your permissions aren't tight, you aren't just looking at a defaced site. You're looking at a pivot point in your infrastructure. Attackers use these shells to sniff for adjacent apps, lateral movement, or root escalation. For a Linux admin, a "CMS vulnerability" is just the frontdoor being kicked in. The Webshell Reality A successful exploit often results in a Joomla webshell being deployed inside a writable directory. Webshells are a classic post-exploitation tool used on web servers. Once they’re sitting in your /images/ or /tmp/ directory, the attacker has a permanent backdoor. They can run commands, move files, and open new accounts long after you’ve updated the plugin. You don't "patch" a webshell out of existence; you have to hunt it. Why KEV Inclusion Changes the Priority The addition of this CISA KEV Joomla vulnerability to the catalog isn't a suggestion. It means CISA has proof of real-world exploitation. For a Linux admin, this shifts the task from "run a plugin update" to "incident response." Assume the server is already burned. You update the software, but you also check the box for a pulse. Remediation Path Identify: Check your current JCE release. Patch: Apply the latest secure version and install the latest Joomla security update provided by the JCE team. Audit: The patch stops the next attempt. It does nothing for the shell currently on your disk. You need to verify the file integrity. Harden: Lock down the file system. Block PHP execution in directories that don't need it. Use a WAF to stop the com_jce POST requests before they hit your code. Hunting for CVE-2026-48907 Indicators You have to look for the footprints. Parse the logs, audit the disk. Apache/Nginx Logs The exploit targets the profile import task. Search your logs for this specific path: grep "option=com_jce" /var/log/apache2/access.log | grep "task=profiles.import" Look for POST requests. Anything that isn't a legitimate admin session or comes from a suspicious IP is a lead. A 200 status code means they likely got in. Filesystem Audit Attackers love hiding in writable directories. Run this to catch recent changes: find /var/www/html -name "*.php" -mtime -3 If you find a new file, grep it for the usual suspects: grep -rnE"(eval|base64_decode|system|shell_exec)" /var/www/html/path/to/uploads Administrator Accounts Check for new accounts in the database. SELECT name, username, email, registerDate FROM jos_users ORDER BY registerDate DESC; If you see an admin account you don't recognize, you’re compromised. Kill it and start the forensics. Persistence and Beacons If the attacker got a shell, they might have set up a cron job or a persistent beacon. Cron: for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done Network: Look for outbound connections from the web server process: ss -tp | grep -E "php|apache|nginx" Log-Parsing Strategy For high-traffic servers, summarize the noise: awk '/option=com_jce/ && /task=profiles.import/ {print $1}' /var/log/apache2/access.log | sort | uniq -c | sort -nr If one IP shows up dozens of times hitting that import task, they were scanning you. If they were successful, they’re still there. Want more Linux security news, vulnerability analysis, and software supply chain updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Related Reading Joomla: 5.0.3/4.4.3 Moderate: RCE Risk from Critical XSS Bug Linux Security Uncovered: Open Source, User Privilege, and Defense Tactics TARmageddon: Archive Extraction Risk in Rust async-tar on Linux . Joomla JCE faces critical RCE issues as attackers target Linux servers. Patch immediately to prevent exploitation.. joomla security, remote code execution, linux vulnerabilities, patch management, web server security. . MaK Ulac

Calendar%202 Jun 17, 2026 User Avatar MaK Ulac Security Vulnerabilities
209

Malicious JetBrains Plugins: The IDE Is Now a Supply-Chain Attack

At least 15 malicious plugins and nearly 70,000 installs later, developers are being reminded that trusted marketplaces can become supply-chain attack vectors overnight. . How Malicious Plugins Steal API Credentials It’s simple. The user installs a plugin. It asks for API credentials. The developer clicks "Apply." A short time later, those keys could be sent to a third-party server. Think of an API key like a valet key to your house. It doesn't give them the deed to the property, but it lets them walk in and grab whatever is sitting on the counter. Technical analysis from Aikido confirms that the attackers harvested active keys for several major services. Security Risks to Linux Developer Workstations They are gold mines. Developers run IntelliJ, GoLand, or CLion on Linux boxes that hold keys for Kubernetes, production cloud-native infra, and CI/CD pipelines. An attacker getting a foothold here doesn't just get access to your AI credits. They get a pivot point. Once they have root access on a dev box—that’s the highest level of permission on your machine—your entire deployment pipeline is vulnerable. They can watch what you write, steal your passwords, or inject backdoors into the software you are building for your company. Why JetBrains Marketplace Security Reviews Fail Stop assuming the JetBrains Marketplace security model is a firewall. It relies on automated scans, which can be limited by code obfuscation or delayed execution techniques. Even with plugin review guidelines and a plugin signing framework, the "verified" tag is just a label. It doesn't mean the code is safe. The Dangers of Integrating AI Assistants in IDEs AI keys are the new password. Integrating AI services into the IDE can expand the attack surface because prompts and code may be sent to external services.. It isn't just about someone using your subscription to save money. It’s about them reading your prompts. If you are feeding the AI your company’s proprietary code to help you debugor write, the attacker is seeing that code, too. Understanding IDE Extension Supply-Chain Attacks This isn't a one-off. Whether it’s npm, PyPI, or VS Code, attackers are weaponizing these ecosystems because they know we don't audit plugins like we audit our own code. We treat them like "plug-and-play" tools, but they are actually small programs running with access to your workstation's environment variables. How to Prevent Plugin-Based Security Breaches Start treating IDE extensions like third-party dependencies. If you can’t justify the risk, pull it out of your IDE. Audit your plugin list today. Remove anything you aren't using. Every plugin is a door. Verify the publisher. Don't trust the green checkmark; check the link to their actual GitHub repo or website. If it’s a random account with no history, skip it. Isolate keys. Use environment-specific credentials for AI services. Don't use your personal "master" key for every project. Monitor your API usage logs. If you see weird traffic or access from locations you’ve never been to, kill the keys instantly. Those stolen AI keys were just the entry point. The real threat is that developer tools are now the perimeter. If your plugins aren't audited, your build pipeline isn't secure. That’s the reality. Want more Linux security news, vulnerability analysis, and software supply chain updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Related Reading Why Linux Supply Chain Attacks Are Becoming a Nightmare for DevOps Teams Examines how attackers are shifting away from traditional exploits and increasingly targeting the software supply chain surrounding Linux development environments. Why Software Supply Chain Security Matters in Linux Systems Explores how trust in repositories, packages, mirrors, signing infrastructure, and third-party code can become attack vectors across Linuxenvironments. Why CI/CD Pipelines Are Targets in Software Supply Chain Attacks Looks at how attackers increasingly target developer credentials, build systems, deployment infrastructure, and automation pipelines instead of applications directly. . Developers face new risks from malicious JetBrains plugins targeting IDEs to steal sensitive API keys leading to security breaches.. JetBrains Security, Plugin Risks, IDE Security Breach, Supply Chain Attack, API Credential Theft. . MaK Ulac

Calendar%202 Jun 17, 2026 User Avatar MaK Ulac Security Trends
79

FreeRDP 3.27 Raises the Baseline for Secure Remote Access

Remote access tools do not need dramatic new features to improve security. Sometimes the more useful change is quieter, like stronger defaults that make weak encryption harder to use by accident. . What FreeRDP Is and Why This Release Matters FreeRDP is an open-source implementation of Microsoft’s Remote Desktop Protocol, used as both a library and a set of clients across Linux, Windows, macOS, Android, and other systems. In Linux environments, it is often the practical RDP client administrators reach for when they need console access to Windows hosts, jump systems, lab machines, or remote desktops without moving through a full Windows workstation. FreeRDP 3.27 matters because it changes the floor for encrypted remote access. The release sets the default TLS security level to 2 and requires at least TLS 1.2 , while still leaving client-side override options through /tls:seclevel: and /tls:enforce: for environments that have not caught up yet. That is the operational detail. A Linux RDP client connecting with safer defaults creates fewer accidental weak sessions, fewer legacy negotiation surprises, and less cleanup later when remote access security gets reviewed after a finding. What Changed in FreeRDP 3.27 FreeRDP 3.27 is not a feature-heavy release. The important changes are in the defaults that control encrypted connections and RDP security. TLS security level 2 is now the default. TLS 1.2 or newer is required by default. Multiple security advisories were addressed as part of the release. Environments that still rely on older TLS configurations should be tested before deployment. In practical terms, FreeRDP now makes it harder to fall back to weaker encryption settings and easier to force TLS 1.2 or newer across remote access deployments. For administrators using FreeRDP as a Linux RDP client, the change is mostly about reducing the number of weak connection paths that remain available simply because nobody disabled them. Why Stronger Remote AccessSecurity Defaults Matter Remote access tools tend to accumulate compatibility settings over time. They stay around because somebody still has an old server, an old gateway, or a forgotten system that breaks when defaults change. That flexibility comes with a cost. Permissive settings can keep weak remote access security configurations alive for years. Secure remote access becomes harder to enforce when legacy encryption remains available by default. Weak TLS settings often persist long after they should have been retired. Raising the minimum requirement removes many of them by default. TLS 1.2 is still a valid baseline. The problem is usually what sits below it. When admins look up TLS 1.2 end of life or a TLS 1.2 vulnerability, they are usually trying to understand whether old TLS support is still exposed anywhere in the environment. TLS 1.2 vs 1.3 is a separate decision. TLS 1.3 is better where both sides support it, but FreeRDP’s change is simpler than that. Requiring TLS 1.2 or newer, it cuts off older negotiation paths that still show up during remote desktop security reviews and remote access assessments. What Admins Should Check Before Updating FreeRDP 3.27 raises the default security baseline, but stronger defaults do not replace existing remote access security controls. Before updating, administrators should verify a few things: Test connections to older RDP servers, gateways, and legacy systems that may not fully support TLS 1.2 or newer. Review Azure AD (Entra ID) and authentication-related changes if those features are part of the deployment. Confirm that logging, MFA, access restrictions, and patch management processes continue to operate as expected. Validate that existing remote access security solutions still behave correctly after the upgrade. The release aligns with common remote access security best practices, but it is only one layer. Secure remote access depends on authentication controls, monitoring, patching, and accessmanagement. FreeRDP can support those efforts, but it is not a complete answer to how to secure remote access by itself. FreeRDP Reflects the Secure-by-Default Shift FreeRDP 3.27 is part of a broader move toward stronger remote access security defaults. The release does not introduce a new security model. It removes more of the weak negotiation paths that tend to survive in long-lived environments simply because nobody revisited the configuration. For organizations using FreeRDP, the change is straightforward. Secure remote access becomes less dependent on manual hardening and less likely to inherit outdated settings by default. Administrators still need to test systems, validate compatibility, and maintain their remote access security controls, but FreeRDP 3.27 raises the baseline in the right direction. Want more Linux security news, vulnerability analysis, and remote access security updates? Subscribe to the LinuxSecurity Newslette r for the latest threats, advisories, and practical guidance on Linux systems. Related Reading Securing Remote Access to Linux Servers: Best Practices for 2026 Mastering SSH for Secure Linux Remote Server Management How Secure Is Linux? Exploring Security Design and User Privilege Models Oracle Linux 10 FreeRDP Important Security Update ELSA-2026-5939 . FreeRDP 3.27 emphasizes stronger remote access defaults with TLS 1.2 level security for enhanced protection.. FreeRDP remote access encryption TLS Linux. . MaK Ulac

Calendar%202 Jun 16, 2026 User Avatar MaK Ulac Security Projects
210

SimpleHelp Authentication Bypass Exposes Remote Access Security Risk

Remote support platforms sit close to the systems attackers want most: administrator workflows, technician accounts, and managed endpoints. That is why the SimpleHelp OIDC flaw is more serious than a routine authentication bypass vulnerability. For organizations running these platforms on Linux-based infrastructure, the risk is compounded by the ease with which these services are deployed and integrated into larger management stacks. . What Is SimpleHelp and Why Is It a High-Value Target? SimpleHelp is a remote support software platform used by IT teams, managed service providers, and internal support groups to access systems, assist users, transfer files, and manage endpoints from a central console. In many Linux-heavy environments, it becomes a core part of the daily administrative workflow. That level of trust changes the impact of a security issue. A vulnerability affecting a public-facing website might expose a single application. A flaw affecting SimpleHelp can expose the access layer administrators use to reach dozens, hundreds, or even thousands of managed devices. Operational Impact The platform also overlaps with functions commonly associated with remote monitoring and management (RMM) deployments: Persistent Visibility: Organizations use SimpleHelp RMM capabilities to maintain persistent visibility into Linux endpoints, provide unattended access, and deploy fixes across distributed environments. Trusted Bridges: Once a technician authenticates, the platform acts as a trusted bridge into systems that would otherwise remain isolated from external access. Administrative Foothold: A foothold inside a remote support system can expose technician sessions, privileged workflows, connected clients, and administrative functions already trusted throughout the environment. From an operational perspective, this makes remote support software an attractive target. An attacker does not necessarily need to compromise every Linux endpoint individually if they can gain access to themanagement platform responsible for those endpoints. What Is CVE-2026-48558? CVE-2026-48558 is an authentication bypass vulnerability affecting certain SimpleHelp deployments that use OpenID Connect (OIDC) authentication. The issue is tracked in the GitHub Advisory Database . The issue sits in the identity validation process rather than the traditional username-and-password flow. Under specific conditions, the application can accept identity information that should not be trusted, allowing an attacker to obtain technician access without successfully completing the authentication process administrators expect. How the OIDC Authentication Bypass Works The decision that matters happens when SimpleHelp receives an identity token and decides whether that token represents a legitimate user. Additional technical analysis and indicators of compromise have been published by Horizon3.ai researchers . OIDC Trust Depends on Token Verification: An OIDC token is not proof of identity by itself; it contains claims like usernames and group memberships. The Necessity of JWT Signature Verification: Before SimpleHelp can trust any of these claims, it must perform JWT signature verification and validate the supporting claims. The Failure Point: Without proper JWT signature verification, the entire authentication process becomes dependent on data the application should never have trusted. This is also where MFA bypass concerns enter the discussion. Many administrators assume their identity provider's MFA requirement protects downstream applications automatically. In reality, that protection depends on the application correctly validating the token it receives. If SimpleHelp accepts a forged token, the vulnerability can undermine the assurance administrators normally associate with MFA-protected OIDC logins. Why This SimpleHelp Flaw Is Serious A login bypass affecting a low-privilege application might expose a handful of records. A login bypass affecting remote support software isdifferent because the account behind the login often has visibility into systems, users, and administrative operations that already hold a trusted position inside the environment. Unauthorized Technician Access Can Become Endpoint Access In many Linux deployments, technicians use the platform to launch support sessions or perform administrative actions via command-line tools. An attacker who gains unauthorized technician access is not starting from scratch; the platform already contains trusted pathways into managed assets. Existing support workflows, endpoint inventories, technician permissions, and administrative functions—often managed via scripts and automation—may already be available through the same interface. This is why platforms associated with remote monitoring and management operations receive so much scrutiny during investigations. A compromise of the management layer can provide access to systems that were never directly exposed to the internet. Who Is Affected by CVE-2026-48558? Organizations should verify their deployment against the SimpleHelp vendor advisory . The highest-risk environments generally share a few characteristics: Vulnerable Versions: SimpleHelp versions identified as vulnerable by the vendor. OIDC Usage: Deployments configured to use OIDC authentication rather than local authentication alone. Public Accessibility: Internet-facing or broadly accessible SimpleHelp portals. High-Value Targets: Environments where technician accounts have access to large numbers of managed endpoints. RMM Workflows: Organizations using SimpleHelp RMM for remote administration or support operations. How Organizations Should Mitigate the SimpleHelp Vulnerability The first priority is to patch affected SimpleHelp systems and move to a fixed version as soon as possible. Because this involves an identity validation flaw, perimeter controls alone are insufficient. Limit Exposure: If the platform is running on a Linux server, restrict access to the loginportal and administrative interfaces through VPNs, local firewall rules (like nftables or iptables), or network segmentation. Audit Technician Accounts: Remove accounts that are no longer required and verify that administrative privileges are assigned only where necessary. In environments built around remote monitoring and management, old technician accounts often survive much longer than intended. Review OIDC Configuration: The vulnerability centers on identity trust. Verify your identity provider integrations, token validation settings, and signing key configuration. Prioritize Logging: Review authentication logs, technician account activity, and unexpected remote sessions. These artifacts may provide the first indication that the platform was used in ways administrators did not intend. Final Takeaway: Identity Trust Failures Can Expose Managed Infrastructure CVE-2026-48558 is more than an isolated authentication bypass vulnerability. It affects a trusted access path inside a platform used to reach systems across managed environments. When identity validation fails in that kind of system, the risk extends well beyond a single login event. Remote access security depends on more than successful authentication—it depends on ensuring every system in the chain correctly validates the identity information it receives before granting access to resources that sit close to the infrastructure administrators are trying to protect. Does your team have a specific incident response checklist for Linux-based remote management platforms, or would you like to explore how to audit your OIDC token validation settings further? Want more Linux security news, vulnerability analysis, and remote access security updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Subscribe to the LinuxSecurity Newsletter Related Reading Securing Remote Access to Linux Servers: Best Practices for 2026 Mastering SSHfor Secure Linux Remote Server Management How Secure Is Linux? Open Source, User Privilege, and Defense Tactics Explained Does Linux Give Users a False Sense of Security? . SimpleHelp's OIDC vulnerability presents serious security risks due to improper authentication validation, affecting Linux environments.. authentication risk, remote access security, simplehelp exploit, identity validation, linux security update. . MaK Ulac

Calendar%202 Jun 16, 2026 User Avatar MaK Ulac Security Vulnerabilities
74

Cisco SD-WAN Vulnerability: Why Security Starts With the Management Plane

For those of us who live and breathe Linux and open-source infrastructure, the "management plane" is usually just a collection of familiar tools—SSH, APIs, and centralized orchestration. But in the world of proprietary enterprise networking, the management plane is often a black box. Cisco’s latest SD-WAN issue serves as a stark reminder that even when these proprietary systems rely on Linux components under the hood, their centralized nature makes them the ultimate high-value target. . Attackers don't need to break into every branch router when they can reach the "brain" that manages them. Cisco’s latest issue shows why SD-WAN security must start with the management plane, not just the edge device. Cisco SD-WAN Security at a Glance Metric Details Affected Product Cisco Catalyst SD-WAN Manager Vulnerability CVE-2026-20262 Type Arbitrary File Write (API Path Traversal) Risk Privilege escalation to root Status Active exploitation confirmed Recommended Action Audit exposure and patch immediately What Cisco Warned About in CVE-2026-20262 Cisco recently disclosed CVE-2026-20262 in a Cisco security advisory affecting Catalyst SD-WAN Manager. The vulnerability allows an authenticated user with write privileges to create or overwrite files through a vulnerable API. Cisco confirmed that successful exploitation can result in privilege escalation to root. This is a familiar scenario for Linux administrators: a file-handling flaw that allows an attacker to escape intended boundaries. In a standard Linux environment, we’d secure this with file system permissions, SELinux policies, or containerization. However, because SD-WAN Manager is a proprietary controller that sits at the center of your network fabric, the impact is magnified. It pushes policies, manages certificates, and provisions devices—it effectivelyacts as the root of trust for your entire WAN. Why Active Exploitation Matters Cisco confirmed active exploitation of this issue. This immediately moves the Cisco vulnerability out of the routine patch category. For those of us used to the rapid, transparent patching cycles of open-source projects, this is a call to action. Why Cisco SD-WAN Controllers Matter We build SD-WAN environments because manually managing individual Linux boxes at every branch is unsustainable. The controller centralizes that work. But centralization is a double-edged sword: Cisco SD-WAN security depends entirely on the integrity of this controller. The Linux Connection: These controllers often use vendor-hardened software stacks, and privileged access is restricted by the vendor rather than by the community. Centralized Authority: Catalyst SD-WAN Manager controls configuration, policy distribution, and device onboarding. The Operational Risk: Because the controller already knows your entire network topology, a compromise here is significantly more dangerous than a compromise of a standalone branch router. It is a fundamental part of your sd wan security checklist. Technical Breakdown: The File Write Vulnerability Cisco describes this as an arbitrary file write condition involving a vulnerable API and improper file handling logic. For anyone who has debugged an insecure Python or Go API, this is a classic path traversal vulnerability . How Path Traversal Changes the Risk While upload validation should keep user-controlled content inside expected directories, a path traversal vulnerability breaks that boundary. The Primitive: An attacker with write access can influence where the system places a file. Breaking Boundaries: Instead of staying in a controlled upload area, files can reach sensitive system paths—like /etc/ or service configuration directories. Management Implications: Because the platform runs critical services, a file written to the wrong location can change systembehavior after a restart, upgrade, or maintenance task. When these proprietary controls fail, sd wan security issues shift from simple application bugs into total control plane failures. FAQ: SD-WAN Security Concerns Is this a Cisco zero-day vulnerability? It is a critical flaw with active exploitation reported. Regardless of the label, the operational impact on management plane security remains the same. What are the primary sd wan security requirements? Beyond patching, you must restrict administrative access, remove unnecessary internet exposure, and monitor API activity. These are not just sd wan security best practices—they are the standard hardening steps we use in any Linux-based environment. Does this affect all Cisco products? No. This specifically affects the Catalyst SD-WAN Manage r. Always verify your specific version against the official Cisco security advisory before starting your maintenance window. Mitigation: Protecting the Management Plane The first priority is to patch. However, because this is an identity-dependent flaw, you must also address your sd wan security features and exposure. 1. Reduce Internet Exposure Management interfaces should never be broadly reachable. Restrict Access: Use VPNs, jump hosts, or dedicated management segments (like a hardened Linux gateway) to access the SD-WAN Manager. Firewalling: Ensure that general user networks cannot reach the administrative interface. 2. Audit Administrative Access SD-WAN security concerns often stem from overprivileged accounts. Review Privileges: Ensure only necessary users have write or netadmin-level privileges. Monitor Activity: Check logs for unexpected API activity, unauthorized file operations, or logins from unusual locations. 3. Maintain Vigilance For those tracking Cisco vulnerability news or Cisco security advisory news, the lesson is clear: management interfaces concentrate trust. If the management plane is exposed, the distinction betweenan authenticated user and a remote attacker becomes negligible. Final Takeaway This Cisco vulnerability matters because of where it lands. An arbitrary file write on a standalone system is a problem; an arbitrary file write on the platform managing your entire SD-WAN policy, certificates, and devices is a crisis. SD-WAN security and sd wan security both come back to management plane integrity. Patch the flaw, but do not stop there. Treat your controller like the critical, privileged infrastructure it is. Understanding Cisco SD-WAN Architecture This video provides a solid overview of the vManage management plane and how it sits at the heart of the SD-WAN architecture, which is critical for understanding the scope of this vulnerability. Want more Linux security analysis, vulnerability coverage, and threat intelligence? Subscribe to the LinuxSecurity Newsletter for the latest advisories, exploitation trends, and practical security guidance delivered straight to your inbox. Related Reading Securing Remote Access to Linux Servers: Best Practices for 2026 Mastering SSH for Secure Linux Remote Server Management How Secure Is Linux? Open Source, User Privilege, and Defense Tactics Explained Port Scanning Explained: Tools, Techniques, and Best Open-Source Port Scanners for Linux Exploring Linux Security Modules: SELinux vs AppArmor vs TOMOYO . Active exploitation in Cisco Catalyst SD-WAN Manager demands immediate action to mitigate the critical security risk.. Cisco SD-WAN vulnerability, management plane integrity, privilege escalation, arbitrary file write. . MaK Ulac

Calendar%202 Jun 16, 2026 User Avatar MaK Ulac Network Security
209

Fedora AI Contributor Incident Highlights New Open Source Risks

A Fedora contributor account recently came under scrutiny for apparently AI-generated activity that disrupted the project's bug tracker. . Questionable Bugzilla comments, flawed patches, and improperly closed or reassigned bugs forced maintainers to spend time cleaning up the fallout. There is no evidence that malware was deployed or a backdoor reached production, but the incident exposed a different problem. Open-source projects can be disrupted without compromising a single line of code. This was not a traditional breach. The real target was the workflow itself. Why This Was Not a Normal Supply Chain Scare Most supply chain incidents follow a predictable pattern. An attacker poisons a dependency or hijacks a maintainer credential to push malicious code. This situation flipped that script. The primary risk was not the software itself. It was the contamination of the systems developers use to evaluate technical reality. Maintainers had to pivot from feature development to forensics. They had to investigate buggy patches, verify the validity of technical comments, and audit a surge of automated activity. This creates an operational tax. It is not measured in compromised binaries, but in wasted developer time. Review queues swell, bug reports become unreliable, and technical discussions lose the nuance required for high-stakes work. The damage is not a backdoor. It is the erosion of the consensus that makes development possible. The Scary Part: AI Does Not Need Commit Access to Cause Damage Traditional attacks require a foothold in the built infrastructure or direct push access to a repository. AI agents have lower barriers to entry. They only need access to the social and administrative layers of a project, like issue trackers, mailing lists, or review platforms. An AI can confidently explain a false root cause, leading developers to debug the wrong subsystem. It can submit patches that look correct but introduce subtle regressions. By creating a high volume of noise, it can masklegitimate issues or force maintainers to waste cycles on hallucinations. Even without a single line of malicious code reaching a user's machine, the integrity of the project decision-making process is compromised. The attacker essentially turns the project workflow against itself. Fedora Already Has an AI Policy. That Is What Makes This More Interesting. Fedora is not blind to these risks . The project has clear rules on disclosure, identity verification, and human oversight . These policies rely on the assumption that contributors act in good faith and that maintainers can easily spot low-quality machine output. This incident proved that those assumptions are fragile. Policies can demand disclosure, but they cannot force honesty or verify that a human actually reviewed an AI suggestion. As models become more fluent, distinguishing between expert developer logic and a convincing hallucination becomes exhausting. In a high-velocity project, maintainers do not have the time to treat every patch like a security audit. Open Source Runs on Trust, and AI Agents Stress Trust. Open-source development does not just run on code. It runs on reputation. Maintainers rely on consistent history to prioritize patches and vet reviews. That trust signal is the bedrock of the entire ecosystem. AI-generated activity weaponizes that signal. An account can generate a high volume of authoritative, yet technically hollow, contributions that mimic legitimate expertise. When identity and reputation can be faked, the social infrastructure of a project becomes a vulnerability. Open source evolved to handle malicious code. It has not yet adapted to handle the automated degradation of human consensus. What Linux Teams Should Learn From This Practical defense in the AI era requires tightening the workflow, not just the code. First, projects must mandate explicit disclosure for AI-assisted contributions and enforce secondary reviews for any change touching security-critical areas like authentication orcryptography. Second, limit autonomous triage. Systems that allow mass bug closures or reassignments should require higher privilege thresholds. Monitoring for anomalies is just as important. Sudden, repetitive, or unusually high-volume activity should trigger automated scrutiny. Finally, prioritize robust rollback capabilities. If a workflow is poisoned by AI-driven triage, the project needs a way to bulk-revert those actions without manually hunting down every ticket. Why Linux Admins Should Care System administrators and DevOps engineers do not typically live in Fedora bug trackers, but they rely on the results of those discussions to secure their production stacks. Upstream processes determine the quality of the patches that eventually reach stable distributions. If maintainers are forced to spend their limited time cleaning up AI-generated noise, that is time stolen from fixing actual vulnerabilities. When trust signals degrade at the top of the chain, the impact inevitably ripples downstream into enterprise environments. A slow or confused development process is a gateway for real security gaps to persist longer than they should. The Next Supply Chain Attack May Look Helpful Defenders have spent years building tools to catch backdoors and dependency poisoning. We are primed to look for the bad actor. We are not prepared for the helpful actor who never submits malware but spends all day filling the system with garbage. The Fedora incident was a warning shot. It showed that the next generation of supply chain risk will not necessarily arrive as an exploit chain. It will arrive as a contributor who is always active, always helping, and always undermining the human judgment that keeps the code base secure. Protecting the workflow is now as critical as protecting the binary. Do you think open-source projects should implement mandatory proof-of-human verification for all code submissions, or would that hurt the inclusivity of the community? Want more Linux security news,vulnerability analysis, and software supply chain updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Related Reading Linux Security Uncovered: Open Source, User Privilege, and Defense Tactics TARmageddon: Archive Extraction Risk in Rust async-tar on Linux In-Depth Exploration Of Buffer Overflow Risks In Linux Systems . AI disruptions in open source can compromise development trust and workflow quality, impacting security processes.. Open Source Risk, AI Contributions, Fedora Security, Supply Chain Attack, Developer Productivity. . MaK Ulac

Calendar%202 Jun 12, 2026 User Avatar MaK Ulac Security Trends
210

Langflow 1.9.0 Advisory CVE-2026-5027 High File Write Threat

Attackers are actively exploiting a high-severity vulnerability in Langflow , an open-source platform used to build and run AI workflows. . The flaw turns a file upload into a filesystem write, allowing a user-controlled file to escape the application's intended upload directory and land in locations Langflow was never supposed to touch. The vulnerable upload endpoint permits path traversal through crafted filenames. From there, the impact depends heavily on how the platform is deployed. A Langflow process running with broad filesystem permissions may be able to overwrite existing files, alter application behavior, modify configuration data, or create persistence opportunities. The upload itself is only the entry point. The real concern is what the process can access after the file is written. For administrators responsible for self-hosted Langflow deployments, the focus should be on exposure and permissions. Is the instance reachable from the internet? Is a vulnerable version still running? What directories can the Langflow process write to? Those questions determine whether this remains a file upload issue or becomes a much broader compromise of the application and the underlying Linux host. What Is Langflow? Langflow is an open-source platform for building AI applications through visual workflows. Users can connect models, data sources, prompts, APIs, and external tools without building every component from scratch. The platform is increasingly showing up on Linux infrastructure because it solves a practical problem. Teams want to deploy AI-powered applications quickly while keeping control over the underlying environment. Common use cases include: AI agents RAG pipelines Workflow automation MCP integrations Internal AI development platforms Most organizations deploy Langflow themselves. Linux servers, cloud VMs, Docker containers, and Kubernetes clusters are all common targets. That changes how administrators should look at it. A Langflow instance is not justanother development tool sitting on a workstation. It often has access to storage, API keys, databases, model providers, internal services, and business data. It accepts user input, processes uploaded content, and stores files on disk. By the time a platform reaches production, it starts looking a lot like every other service administrators are already responsible for maintaining and securing. Why File Write Vulnerabilities Matter An arbitrary file write allows attackers to place or overwrite files outside an application's intended storage location. The impact depends less on the upload itself and more on what the affected process can access afterward. How the Vulnerability Works The vulnerability exists in Langflow's file upload functionality. Researchers found that the POST /api/v2/files endpoint did not properly handle user-controlled filenames supplied through multipart upload requests. An attacker could include directory traversal sequences within the filename and influence where the uploaded file was written. Under normal conditions, uploaded content should remain inside a designated upload directory: /uploads/file.txt Instead, a crafted filename could push the write operation outside that location and into other parts of the filesystem. The result is an arbitrary file write. Key details: Vulnerable endpoint: POST /api/v2/files Vulnerability type: Path traversal Impact: Arbitrary file write CVSS score: 8.8 Exploitation status: Active The distinction matters. Most file upload vulnerabilities are limited by where the application stores uploaded content. In this case, the attacker is influencing the destination path itself. The upload becomes a filesystem operation. What happens next depends on the host. A restricted container with minimal permissions may limit the impact considerably. A Langflow process running with broad filesystem access presents a different situation. Existing files may be overwritten. New files may be placed in sensitive locations.Configuration data may become reachable. The upload request is only the delivery mechanism. The filesystem write is a security problem. Understanding Path Traversal Path traversal vulnerabilities allow attackers to manipulate file paths and escape intended directories. When combined with file uploads, they can create opportunities to write files to unexpected locations on a system. Why Arbitrary File Writes Are Dangerous on Linux A file write sounds limited until the target path changes. On Linux systems, files control more than stored content. They influence service behavior, application startup, authentication paths, scheduled jobs, logs, templates, caches, and runtime configuration. If Langflow can write to a location, an attacker may be able to use that access to change what the application does next. Possible impact includes: Overwriting configuration files Modifying application behavior Creating persistence files Placing malicious content in accessible paths Damaging application data Preparing a later code execution path The host decides how bad this gets. A tightly scoped container with no sensitive writable mounts gives the attacker less room. A Linux service running with broad write access gives them much more. Mounted volumes matter. File ownership matters. Service account permissions matter. So do writable application directories. This is why arbitrary file write vulnerabilities rarely stay “just upload bugs.” Once the write escapes the expected directory, the investigation becomes about trust boundaries on the filesystem. What could the Langflow process touch? What files does the application load? What gets executed, parsed, imported, or trusted later? That is where the damage usually starts. How to Assess Your Exposure The official vulnerability description is direct. Langflow’s upload handling allows path traversal through multipart filenames, which can let an attacker create or overwrite files in arbitrary filesystem locations. Tenable Research identifies the vulnerable endpoint as POST /api/v2/files, and Snyk tracks the affected package as langflow-base. Risk assessment should start with reachability. Check: Is Langflow exposed to the internet? Is authentication enabled and enforced? Is the vulnerable upload endpoint reachable? Is the deployment running an affected version? What user does the Langflow process run as? What directories are writable by that user? Are host paths mounted into a container? Are secrets, workflows, or configuration files stored near writable paths? Internet-facing systems sit at the top of the list. Cloud VMs do too, especially when Langflow was deployed for testing and never placed behind proper access controls. Containerized deployments still need review. A container does not automatically remove the impact. If the container runs with writable mounted volumes, weak isolation, or excessive privileges, the file write may affect data outside the application’s intended storage path. Internal systems should not be ignored either. Langflow often connects to model providers, databases, internal APIs, workflow tools, and development resources. A file write inside that environment may expose credentials or alter workflows even when the instance is not public. The useful question is not only whether Langflow is installed. It is what Langflow can write. How to Mitigate Langflow Vulnerability Patch first. Snyk lists langflow-base 0.8.3 as the fixed package version for this issue, and GitHub’s advisory for the related v2 API arbitrary file write issue lists Langflow 1.9.0 as patched for affected langflow versions below 1.9.0. Verify the package actually used in the deployment, because Langflow environments may include both application and dependency-level components. Audit exposed AI development platforms, not only production systems. Look for files created or modified outside expected upload paths. Pay attention to configuration directories, applicationfolders, mounted volumes, startup locations, and anything loaded by Langflow during execution. Do not stop at version checks. A patched system may still have leftover files from earlier exploitation. A clean version does not remove persistence files, modified configuration, or payloads written before the upgrade. File timestamps, service logs, container volume contents, and reverse proxy logs can help narrow the window. The patch closes the vulnerable path. It does not prove the host was untouched. Conclusion Langflow is AI tooling, but on Linux it behaves like infrastructure. It runs as a process, it listens on a port, it handles uploads, it writes files, and it connects to internal systems. Once deployed that way, its vulnerabilities carry the same operational weight as flaws in web applications, automation servers, and other self-hosted platforms. This vulnerability shows the problem clearly. A weak filename check in an upload handler becomes an arbitrary file write. The impact then depends on Linux fundamentals: permissions, writable paths, mounted volumes, service accounts, exposure, and patch level. For administrators, the takeaway is practical. Treat self-hosted AI platforms like any other service with filesystem access and network reachability. Patch them. Limit them. Watch what they write. Want more Linux security news, vulnerability analysis, and software supply chain updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Related Reading Linux Security Uncovered: Open Source, User Privilege, and Defense Tactics TARmageddon: Archive Extraction Risk in Rust async-tar on Linux In-Depth Exploration Of Buffer Overflow Risks In Linux Systems . A critical flaw in Langflow allows arbitrary file write via path traversal. Assess and patch to protect your deployment.. Langflow vulnerabilities, AI platform security, arbitrary file write, path traversal vulnerabilities, Linuxsecurity. . MaK Ulac

Calendar%202 Jun 11, 2026 User Avatar MaK Ulac Security Vulnerabilities
78

After Years of Supply Chain Attacks, npm Is Finally Closing the Door on Auto-Scripts

With npm v12 , dependency preinstall, install, and postinstall scripts will no longer execute automatically during package installation. Script execution will require explicit approval through new controls such as npm approve-scripts, with the change expected to arrive in July 2026. . The announcement targets a part of the software supply chain that has repeatedly appeared in package registry abuse, credential theft, and CI/CD compromise investigations. A single npm install could trigger code from direct dependencies, transitive packages, Git repositories, and build hooks before anyone reviewed what was about to run. On Linux systems, that execution often happens on developer workstations, build servers, containers, and self-hosted runners that already hold access to production resources. This is more than a JavaScript ecosystem update. It is a change to how code execution is handled during dependency installation. Teams that rely on install-time compilation, binary downloads, or package setup scripts will need to adjust workflows, while Linux administrators and DevOps teams will need to identify where automatic execution is currently embedded in build and deployment pipelines. npm Install Was Never Just an Install Command A surprising number of developers still think of npm install as a download operation. In practice, npm has long treated package installation as an execution event. Several lifecycle hooks can run automatically during installation, including preinstall, install, postinstall, and prepare. Packages use these to compile native modules or download binaries, but this execution is opaque; a package may pull in hundreds of transitive dependencies, each with its own scripts, meaning code from unknown maintainers can execute on your system without review. On Linux, this execution frequently happens inside infrastructure—such as CI pipelines or container build stages—that often contains SSH keys, cloud credentials, and deployment secrets. A malicious install script does notneed a complicated exploit chain if it is already running with access to those resources. The risk has never been theoretical; once installation begins, the script runs with the permissions available to the process that launched it. Why GitHub Is Changing the Default Now GitHub did not arrive at this decision suddenly. Malicious packages have used install scripts to collect credentials, fingerprint systems, download secondary payloads, and exfiltrate secrets. The common theme is simple: Installation became a trusted execution path. For years, npm treated installation and code execution as closely connected operations. That made development convenient, but it also created an environment where downloading a dependency frequently meant running code before developers had a chance to review what was happening. From an incident response perspective, install-time execution is difficult to track. Because this activity mimics a legitimate package manager during routine builds, it is incredibly difficult to detect—a reality that disabling execution by default aims to fix. Why Install Scripts Became a Security Concern Install-time scripts have been repeatedly abused in software supply chain attacks to steal credentials, fingerprint developer systems, download secondary payloads, and exfiltrate CI/CD secrets. Because these scripts execute as part of a normal package installation process, malicious activity can blend into routine development and build workflows. What npm v12 Actually Changes Install Scripts Will Be Disabled by Default Dependency lifecycle scripts will no longer automatically execute during installation. Packages that depend on these scripts will require explicit approval. The package still installs, but the script remains dormant. This change finally separates dependency retrieval from dependency execution. Teams Must Explicitly Approve Install Scripts Instead of trusting every package by default, teams will decide which packages are allowed to executeinstall-time scripts. Tools such as npm approve-scripts and npm deny-scripts manage these approvals. The allowScripts field in package.json allows organizations to identify and authorize required scripts before v12 becomes the default. For many teams, the first test run will reveal dependencies they did not realize were executing code during installation. That visibility alone has operational value. npm v12 Tightens Controls on Git Dependencies GitHub has also signaled tighter controls around Git-based dependencies, which introduce risk because their contents can change independently of registry workflows. npm v12 will likely push more organizations to inventory and justify these dependencies. Why npm v12 Matters for Linux Systems and CI/CD Pipelines Linux systems sit at the center of modern software delivery pipelines, where install scripts often perform their most dangerous work. Developer Workstations: Scripts run with the permissions of the logged-in user and may access SSH keys, cloud credentials, and local .env files. CI/CD Runners : These are high-value targets containing deployment credentials, signing keys, and internal repository access. Containers & Native Modules: Whether it is a RUN npm install in a Dockerfile or a package requiring node-gyp for native compilation, these execution-heavy workflows will now require explicit approval. Supply Chain Attacks Continue to Rise Industry reports have shown continued growth in software supply chain attacks targeting package registries, open-source dependencies, CI/CD environments, and developer tooling. Attackers increasingly focus on trusted software distribution channels because a single compromised dependency can impact thousands of downstream systems. The Security Benefits and Operational Challenges of npm v12 The immediate security benefit is a reduction in automatic code execution. A compromised dependency can no longer assume its installation script will run automatically onevery target system. The operational impact, however, is real: Building pipelines will break. Native modules may fail to compile. Packages that download binaries may stop working until approvals are configured. CI workflows that previously assumed unrestricted execution will require updates. Organizations that have never reviewed their dependency scripts may discover how heavily they depend on them. That discovery is uncomfortable, but useful. Does Disabling Install Scripts Prevent Supply Chain Attacks? No. Attackers still have plenty of options, including typosquatting, dependency confusion, and compromised maintainer accounts. This change doesn't stop supply chain attacks, but it closes one of the most convenient execution paths available to attackers. The risk does not disappear; the timing simply changes. How Linux Admins and DevOps Teams Can Prepare for npm v12 Start testing builds with npm 11.16.0 or newer to identify packages that trigger install-script warnings. Review script approvals before adding them to allowlists. A package that compiles native code has an understandable reason; a package that performs unrelated network activity deserves scrutiny. Audit Dockerfiles and CI pipelines to determine if dependency installation occurs in privileged stages. Inventory Git dependencies. Removing unnecessary remote dependencies reduces another source of install-time uncertainty. What npm v12 Says About Software Supply Chain Security The larger lesson extends beyond JavaScript. Whether it is container builds, bootstrap tools, or curl-to-shell installers, the pattern of "download-and-execute" is pervasive across Linux environments. The mechanism changes, but the core assumption remains the same: code arrives and is immediately granted permission to run. npm v12 pushes the ecosystem toward a different default, where installation and execution become separate decisions again. Final Thoughts GitHub is not eliminatingsupply chain riskGitHub is not eliminating supply chain risk , but it is eliminating one of the most convenient paths from dependency download to immediate code execution. For Linux environments, that matters because npm rarely runs in isolation; it runs on systems that often hold credentials capable of reaching production infrastructure. After years of incidents tied to install-time behavior, GitHub is finally treating installation and execution as separate actions. Want more Linux security news, vulnerability analysis, and software supply chain updates? Subscribe to the LinuxSecurity Newsletter and get the latest threats, advisories, and expert insights delivered directly to your inbox. Related Reading NPM Attack Exposes Supply Chain Risks in Open Source Software Supply Chain Attacks Impact NPM, PyPI, Docker Hub - 2025 Why Linux Supply Chain Attacks Are Becoming a Nightmare for DevOps Teams Why CI/CD Pipelines Are Targets in Software Supply Chain Attacks Why Software Supply Chain Security Matters in Linux Systems . npm v12 introduces crucial changes to default install scripts, enhancing security against supply chain attacks on Linux environments.. npm v12 changes, supply chain security, Linux install scripts, dependency management, software safety. . MaK Ulac

Calendar%202 Jun 11, 2026 User Avatar MaK Ulac Vendors/Products
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Does sandboxing completely stop hackers?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/153-does-sandboxing-completely-stop-hackers?task=poll.vote&format=json
153
radio
0
[{"id":494,"title":"Isolation breeds ultimate system safety.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":495,"title":"Flawed configurations bypass all barriers.","votes":1,"type":"x","order":2,"pct":100,"resources":[]},{"id":496,"title":"Determined exploits always break out.","votes":0,"type":"x","order":3,"pct":0,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here