Alerts This Week
Warning Icon 1 540
Alerts This Week
Warning Icon 1 540

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

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

Community Poll

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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 3 articles for you...
210

GitHub Actions: Critical Risks from Misconfigured Workflow Triggers

You know how we always preach to secure everything: servers, processes, applications? It turns out that a lot of us missed a serious blind spot hiding in plain sight—CI/CD pipelines, particularly in how GitHub Actions workflows are configured. Sysdig’s Threat Research Team (TRT) recently dropped some eye-opening findings, uncovering dangerous vulnerabilities in workflows for major open-source projects like MITRE and Splunk. These issues aren’t just theoretical risks or something “future-you” can deal with. If you’re a Linux admin or developer involved in open-source projects, this is your nudge to take GitHub Actions security seriously—because bad actors already are. . The culprit? Misusing the pull_request_target trigger. It sounds innocent on paper—running workflows in the context of the base branch—but combine it with some lazy configurations, and you’re practically handing over your secrets and permissions to malicious actors. Let me break down exactly how the exploit works and why we need to address it yesterday. The Problem: Misconfiguring pull_request_target Opens Dangerous Doors Here’s the deal. GitHub Actions is a fan favorite for automating CI/CD pipelines , and it’s easy to see why. Integration with repos is smooth, flexible, and clean, eliminating manual grunt work. But flexibility comes at a cost if you don’t know what you’re doing—just ask Sysdig’s researchers. The pull_request_target trigger does something deceptively risky: it runs workflows in the base branch context (like main ) when processing pull requests from forks. That means it can access repository secrets and the high-privilege GITHUB_TOKEN by default. Here’s where things spiral: if your GitHub Action workflow checks out code from a fork’s head.ref (essentially untrusted pull request code from contributors), it opens the door for an attacker. A crafty user can inject malicious payloads—editing files like setup.py (for Python packages), or requirements.txt —and inone sweep, nab sensitive credentials or even escalate privileges across the repository. Think about it; this isn’t a complex exploit. It’s a glaring weakness, and popular open-source repositories are already vulnerable. Who’s a Sitting Duck? Honestly, this affects a lot of folks. Open-source projects with contributors all over the globe? Yep, you’re in the crosshairs. High-profile repositories like MITRE’s Cyber Analytics Repository or Splunk’s security_content ? Directly exposed. And here’s the gut-punch: many developers just don’t realize how dangerous the default high-privilege permissions tied to GITHUB_TOKEN really are. Combine that with the misuse of workflow triggers like pull_request_target , and you’ve got a recipe for repository-wide chaos. Even worse, this issue isn’t limited to the giants. Many smaller projects are equally at risk simply because workflow security isn’t a high priority (or maybe it’s not well-understood). How Do You Fix This? If reading this made you glance nervously at your own GitHub Actions configuration, you’re not alone. The good news? This isn’t rocket science to fix—it’s just a matter of being proactive and following smarter practices. Stop Using pull_request_target Recklessly Here’s the hard truth: if your workflows involve untrusted code (e.g., contributions from forks), avoid using pull_request_target . Instead, stick to pull_request for safety. Why? Unlike its dangerously convenient cousin, pull_request executes workflows against a pull request’s branch context, limiting exposure of secrets and privileged tokens. If you must use pull_request_target for some reason, block workflows from executing on untrusted foreign code. It’s better to inconvenience contributors a little than to jeopardize your whole repo. Clamp Down on GITHUB_TOKEN Permissions GitHub generously sets the GITHUB_TOKEN permissions high by default, which is a disaster waiting to happen. Adjust those privileges in your reposettings; make them read-only unless absolutely necessary. Better yet, use fine-grained personal access tokens for sensitive workflows where you need more control. Rethink Secret Management Here’s a tip: secrets don’t belong everywhere. Limit their scope to the specific workflows or jobs where they’re actually needed. If your repository secrets can be accessed globally, it’s time to rethink that setup. Apply the principle of least privilege like your job depends on it—because one day, it might. Audit Regularly When was the last time you actually audited your workflows ? If the answer is “never,” now’s a good time to start. Look for dangerous patterns like automatic checkout of pull-request branches, and get yourself some help from security-focused tools. Open-source linters designed for GitHub Actions can flag insecure practices before they become leaks. Train and Spread the Word Let’s be honest: GitHub Actions security isn’t exactly everyone’s favorite lunchtime topic. So make it one. Hold internal sessions, show your devs how GITHUB_TOKEN permissions work, and teach them why certain triggers (like pull_request_target ) are time bombs if misconfigured. Wrapping It All Up GitHub Actions is a great tool—until it isn’t. These workflows might not feel as major as your servers, but make no mistake, misconfigurations can lead directly to repository takeovers. And once sensitive credentials or secrets are exposed, it’s game over. The vulnerabilities discovered in repositories like MITRE and Splunk should be a wake-up call for all of us in the Linux and infosec community. This isn’t about being paranoid—it’s about being aware and acting before bad actors do. So if you haven’t already, start digging into your workflows and lock them down. It’s as much a part of your security stack as managing firewalls or deploying access controls . And the longer you wait, the closer attackers get to turning your CI/CD pipelines into their playground. Don’tgive them that chance. . Misconfiguring the pull_request_target trigger leads to serious security risks in GitHub Actions workflows for open-source projects.. GitHub Actions, CI/CD Security, Open Source Risks, Workflow Vulnerabilities, Secure Configurations. . Brittany Day

Calendar 2 Jun 19, 2025 User Avatar Brittany Day Security Vulnerabilities
212

Exploit Risks of Misconfigured Azure Services in EmojiDeploy Attack Chain

Multiple misconfigurations in a service that underpins many Azure features could have allowed an attacker to remotely compromise a cloud user's system. . An attack chain exploiting misconfigurations and weak security controls in a common Azure service is highlighting how lack of visibility impacts the security of cloud platforms. The "EmojiDeploy" attack chain could allow a threat actor to run arbitrary code with the permission of the Web server, steal or delete sensitive data, and compromise a targeted application, Ermetic stated in its Jan. 19 advisory . An attacker could use a trio of security issues affecting the common Source Code Management (SCM) service — a cloud service used by many Azure applications without an explicit indication to the user, according to Ermetic. The issues demonstrate that the security of cloud platforms are undermined by the lack of visibility into what those platforms do under the hood, says Igal Gofman, head of research for Ermetic. The link for this article located at DarkReading is no longer available. . A vulnerability pathway leveraging insufficient configurations and lax defenses in a widely used Azure platform could present significant threats.. AzureService, CloudSecurity, MisconfigurationRisk, AttackChain. . Brittany Day

Calendar 2 Jan 26, 2023 User Avatar Brittany Day Cloud Security
81

Exposed iSCSI Storage Clusters Present Major Data Breach Threats

Over 13,000 iSCSI storage clusters are currently accessible via the internet after their respective owners forgot to enable authentication. . This misconfiguration has the risk of causing serious harm to devices' owners, as cyber-criminal groups could access these internet-accessible hard drives (storage disk arrays and NAS devices) to replace legitimate files with malware, insert backdoors inside backups, or steal company information stored on the unprotected devices. The link for this article located at ZDNet is no longer available. . More than 12,000 open SMB file shares can be found on the internet, posing a threat of unapproved access and possible information leaks.. iSCSI Access Risk, Storage Cluster Security, Internet Vulnerability. . LinuxSecurity.com Team

Calendar 2 Apr 02, 2019 User Avatar LinuxSecurity.com Team Privacy
81

Data Breach: 2.3 Million Mexican Patient Records Exposed via MongoDB

Highly sensitive data on over 2.3 million Mexican patients has been exposed via a misconfigured MongoDB installation. . Bob Diachenko, formerly of the Kromtech Security Center, made the discovery via a simple Shodan search last week and claimed in a post that the data was viewable and editable for anyone without a password. The link for this article located at InfoSecurity is no longer available. . Bob Diachenko, formerly of the Kromtech Security Center, made the discovery via a simple Shodan sear. highly, sensitive, million, mexican, patients, exposed, misconfigured. . LinuxSecurity.com Team

Calendar 2 Aug 08, 2018 User Avatar LinuxSecurity.com Team Privacy
67

SSLyze v0.6: Analyze SSL Server Configurations Effectively

SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive, and should help organizations and testers identify misconfigurations affecting their SSL servers.. The link for this article located at Darknet is no longer available. . SSLyze is a robust Python utility for assessing the security of SSL/TLS configurations on servers, revealing vulnerabilities and misconfigurations to enhance security. SSLyze, Python Tool, Server Assessment, SSL Security, SSL Analysis. . LinuxSecurity.com Team

Calendar 2 Apr 22, 2013 User Avatar LinuxSecurity.com Team Cryptography
83

Apache: Internal Access Threat Due To Reverse Proxy Misconfiguration

A new reverse proxy issue affecting Apache HTTP server can be used by attackers to access internal systems if certain rules are improperly configured, a security researcher said. . Prutha Parikh, vulnerability signature engineer at Qualys, blogged that she uncovered the issue while creating a QualysGuard vulnerability signature for another reverse proxy issue, detailed in CVE-2011-3368. While reviewing the patch for the older bug, she discovered it was still possible to use a crafted request to exploit a fully-patched Apache Web Server. The link for this article located at ThreatPost is no longer available. . An recently identified Nginx reverse proxy vulnerability may result in unauthorized internal network exposure owing to setup errors.. Apache Reverse Proxy, Misconfiguration Risks, Internal Access Threats. . LinuxSecurity.com Team

Calendar 2 Nov 28, 2011 User Avatar LinuxSecurity.com Team Hacks/Cracks
78

Critique of Microsoft Baseline Security Analyser for System Weaknesses

Microsoft released the Baseline Security Analyser (MBSA), a free tool which analyses Windows systems for common security misconfigurations, earlier this week. But users have already slammed it as just a GUI version of the software giant's HfNetChk.. . .. Microsoft released the Baseline Security Analyser (MBSA), a free tool which analyses Windows systems for common security misconfigurations, earlier this week. But users have already slammed it as just a GUI version of the software giant's HfNetChk. Since the release last year of Microsoft's command line hot fix network security checker, administrators have clamoured for a release with more functionality. The only alternative to date is a paid-for tool called HFNetChkPro, developed by Microsoft and Shavlik Technologies, which costs $5,000 for a 250-desktop licence. The link for this article located at vnunet is no longer available. . Microsoft introduced the Security Assessment Tool (MSAT), a complimentary application that evaluates Windows environments for potential security weaknesses.. Baseline Security Analyser, Windows security tool, system analysis. . LinuxSecurity.com Team

Calendar 2 Apr 16, 2002 User Avatar LinuxSecurity.com Team Vendors/Products
81

EarthLink Open Source Flaw: 81,000 Domains Exposed to Defacement

A one-two punch of poor security left up to 81,000 domains hosted by Internet service provider EarthLink Inc. open to defacement and exploitation for at least a week, ZDNet News learned on Tuesday. The vulnerability resulted from a recently discovered flaw . . . . A one-two punch of poor security left up to 81,000 domains hosted by Internet service provider EarthLink Inc. open to defacement and exploitation for at least a week, ZDNet News learned on Tuesday. The vulnerability resulted from a recently discovered flaw in an open-source e-commerce package combined with a misconfigured hosting server operated by EarthLink (Nasdaq: ELNK) subsidiary MindSpring. As a result, files containing the encrypted passwords for 81,000 accounts were readable by any Web browser. The link for this article located at ZDNet is no longer available. . Inadequate safeguards resulted in the exposure of 81,000 EarthLink websites, leaving them vulnerable to tampering and misuse for more than a week.. EarthLink Domain Flaw, Open Source Package Vulnerability, Misconfiguration Issues. . LinuxSecurity.com Team

Calendar 2 Oct 17, 2000 User Avatar LinuxSecurity.com Team Privacy
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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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