No Result
View All Result
  • Login
Friday, October 31, 2025
FeeOnlyNews.com
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading
No Result
View All Result
FeeOnlyNews.com
No Result
View All Result
Home Market Analysis

School Is In Session And Attackers Are Grading Your Software Supply Chain Security

by FeeOnlyNews.com
2 months ago
in Market Analysis
Reading Time: 6 mins read
A A
0
School Is In Session And Attackers Are Grading Your Software Supply Chain Security
Share on FacebookShare on TwitterShare on LInkedIn


Software supply chain attacks continue to be a top external attack vector for attackers to breach enterprises, government agencies, and even personal cryptocurrency wallets.  Three recently revealed attacks are a reminder of how attackers probe for any weakness in a supply chain including smaller entities to target larger enterprises. Learn from these attacks to strengthen your supply chains or expose yourself to the same.

Salesloft-Salesforce

The Salesloft-Salesforce breach is the most sophisticated and has had the biggest impact. In this attack, threat actors compromised Salesloft-Drift customers and Salesforce customer accounts. Over 700 companies have been affected.

The software supply chain weakness. The breach originated with attackers accessing the Salesloft GitHub account and code repositories. Attackers then accessed the Drift AWS environment. From AWS, attackers obtained authorization tokens for Drift customers technology integrations including Salesforce, which were in turn used to exfiltrate data from Salesforce customer environments. Separately, attackers utilized other Drift integrations to compromise other enterprises. Forrester’s more comprehensive breakdown is here.
What the attackers did. The attackers accessed sensitive data from numerous accounts including well-respected cybersecurity vendors such as CyberArk, Proofpoint, Tenable, and Zscaler. The exposed customer sensitive data included IP addresses, account information, access tokens, customer contact data, and business records such as sales pipeline. The attackers exploited clear-text storage of sensitive information within Salesforce support case notes, which were intended to facilitate customer support but provided critical data for hackers.
The impact. The attack showed that attackers can pivot from one application (Drift) into other integrations such as Salesforce accessing their customer environments making this a 3rd and 4th tier supply chain attack.

Chalk and Debug

“Chalk and Debug” was named after 2 of the 18 open source Node Package Manager (NPM) packages that was compromised on Sept 8th, 2025.

The supply chain weakness. The attackers started with a targeted phishing campaign to open-source maintainers of popular NPM packages to steal credentials. The attackers used the stolen credentials to lock out developers from their NPM accounts and publish new versions of the popular packages with malicious code embedded. Josh Junon (NPM account name qix), one of the compromised maintainers, posted to social messaging sites that he had been hacked and had reached out to NPM maintainers to assist in rectifying the issue. The malware itself was a browser-based interceptor that captures and alters network traffic and browser app functions by injecting itself into key processes, such as data-fetching functions and wallet interfaces, to manipulate requests and responses. The attackers did a good job of disguising the payment details, redirecting to an attacker-controlled destination. To the user it appears that the crypto transaction was completed successfully until the user realizes that the crypto did not reach the intended location.

What the attackers did. The attackers went through the trouble to obfuscate the malicious code. In addition, the social engineering aspect of the incident was convincing. The email from “[email protected]” asked the developer to reset their two-factor authentication (2FA) credentials. The link in the email redirected to what appeared to be a legit NPM website. Unknowingly, the developer provided their legitimate credentials to the attacker owned site and would not realize the compromise until they tried to login back into NPM account. The researchers at JFrog, a security company, noticed that other maintainers beyond had also been victim to the same phishing campaign and additional NPM packages were compromised, and began notifying maintainers.
The impact. Overall, 2.5 million compromised package versions have been downloaded. Researchers at Arkham, a blockchain analytics platform, were able to trace the crypto transactions in the attackers wallet which as of Thursday morning was only at $1,048.36. The window between the NPM account compromise, the maintainer realizing they were impacted, and the online reporting by cybersecurity research teams was short which helped to mitigate the overall attack. In addition, the attackers compromised multiple packages and maintainers which was unlikely to go unnoticed. Also, thankfully, the malware required that a crypto transaction be initiated in the user’s browser versus just collecting more information that could have been used to move laterally within an organization for a bigger payday.

GhostAction Campaign

In the “GhostAction” campaign, over 3,325 secrets where stolen across 817 GitHub repositories affecting 327 users.

The software supply chain weakness. Attackers were able to push what appeared to be an innocuous commit titled “Add GitHub Actions Security workflow” to GitHub repositories both public and private. When the GitHub action was triggered, secrets were exfiltrated and sent to an attacker-controlled domain
What the attackers did. Attackers did their homework. They reviewed repositories to see what secrets were in use and only exfiltrated the most impactful ones to stay under the radar. How attackers were able to access GitHub user accounts was not disclosed. Possibly users fell prey to a social engineering campaign as was the case in the “Chalk and Debug” campaign, or possibly user credentials or tokens were stolen or leaked online. Another possible scenario is that the GitHub user account may not have been using 2FA and was reusing a password or subject to credential stuffing. However, this is unlikely as GiHub enforces 2FA on GitHub.com for most contributing users.
The impact. A potpourri of secrets was exfiltrated including DockerHub credentials, GitHub personal access tokens, AWS access keys, NPM tokens, and database credentials. According to GitGurdian who initially reported the attack, secrets were being actively exploited. The good news is that no open-source packages appeared to be compromised but several NPM and PyPi projects were deemed at risk.

Take Action Now To Secure Your Software Supply Chain

These attacks prove that all software utilized by your organization, even software as a service, is a security risk. Maintainers of popular open-source packages, compromised GitHub user accounts, and malicious code in open-source packages are just the latest examples of software supply chain weaknesses. Don’t wait for the next attack.  Instead:

Get visibility into your software supply chain. Before you can secure software supply chain you first need to have an understanding of what components make up the supply chain. IT asset management and software asset management systems are good places to start understanding your software landscape. This includes all software used in the development process including tools and plugins such as IDEs, source code management systems, build tools, and CI/CD pipelines. For any software you purchase, demand proof of security best practices including a software bill of materials (SBOM). Monitor SBOMs to track dependency relationships, licenses changes, end of life libraries, and newly disclosed vulnerabilities.
Select secure third-party dependencies. Only allow approved secure and healthy open source and third party components to be used or downloaded by utilizing a software composition analysis (SCA) Automate SCA to run on pull requests, on builds, artifact repositories, and in the CI pipeline and scan both source code and artifacts. In addition, set policies to stay current on libraries but also allow for “simmer” time. For example, wait two weeks from when the latest package is published before upgrading to that version. Utilize a dependency firewall to block or quarantine suspicious packages.
Protect software development pipelines. Apply zero trust principles to pipelines with phishing resistant MFA, scans for misconfigurations, branch protection that enforces code reviews, encryption for sensitive data, scans for secrets, and regularly audit repository access permissions. Utilize a secrets manager that provides just-in-time credentials, granular access policies to narrowly scope credentials, and alerts on suspicious activity.
Create an enterprise open source software strategy. Open source software (OSS) is a great accelerator for innovation and can even help with developer hiring and retention, but there are security, operational, and legal considerations. Therefore, ensure that your organization has an OSS strategy. This must include engaging your legal team to identify which OSS licenses meet your business risk appetite. Create a plan for your development teams to contribute back to the open-source projects such as running security testing and remediating vulnerabilities. This increases the security posture of the open-source project and gives an early warning to any issues.

Software supply chain breaches can have significant consequences, including the loss of customer trust, harm to brand reputation, legal action, decreased revenue, and increased insurance costs. However, these risks are avoidable. Take proactive steps by clearly defining and acting on your responsibilities, insisting on transparency, and integrating security measures throughout every phase of the lifecycle.

Want to dive deeper into securing your software supply chain? Read The Future Of Software Supply Chain Security and schedule a guidance session or inquiry with me.

 

 

 

 

 

 

 

 

 



Source link

Tags: AttackersChainGradingSchoolSecuritysessionSoftwareSupply
ShareTweetShare
Previous Post

BlackRock: Plan sponsors say active funds can beat market

Next Post

Market Talk – September 12, 2025

Related Posts

Amazon Earnings Preview: Layoffs Mark the Start of AI-Era Efficiency Drive

Amazon Earnings Preview: Layoffs Mark the Start of AI-Era Efficiency Drive

by FeeOnlyNews.com
October 30, 2025
0

Amazon plans up to 30,000 layoffs to streamline operations and prepare for AI-driven growth. AWS performance remains the key focus...

Insurance Predictions For 2026

Insurance Predictions For 2026

by FeeOnlyNews.com
October 30, 2025
0

The global insurance industry is heading into a transformative year in 2026, with seismic shifts driven by the rise of...

How Automated Data Logging Systems Are Transforming Industrial Operations?

How Automated Data Logging Systems Are Transforming Industrial Operations?

by FeeOnlyNews.com
October 30, 2025
0

The automated data logging tools and systems market is witnessing significant growth as industries adopt digital solutions to enhance operational...

2026 Retail Predictions: A Flight To Profitability 

2026 Retail Predictions: A Flight To Profitability 

by FeeOnlyNews.com
October 29, 2025
0

The retail landscape is entering a period of profound transformation, where profitability will no longer be optional but instead essential...

Why Advertising Coop Programs Still Matter for Manufacturers

Why Advertising Coop Programs Still Matter for Manufacturers

by FeeOnlyNews.com
October 29, 2025
0

Computer Market Research (CMR): The Ultimate Channel Management Compendium PART 1 Table of Contents for Part 1 Introduction to Channel...

Meta Earnings Preview: All Eyes on AI Monetization, Capex Ahead of Key Report

Meta Earnings Preview: All Eyes on AI Monetization, Capex Ahead of Key Report

by FeeOnlyNews.com
October 29, 2025
0

Meta’s stock has gained after every quarterly report this year, boosting investor confidence. Strong ad revenue growth and rising AI...

Next Post
Market Talk – September 12, 2025

Market Talk - September 12, 2025

Ring Battery Doorbell and Outdoor Camera with Ring Assist Plus only .99! (0 Value!) {Today Only}

Ring Battery Doorbell and Outdoor Camera with Ring Assist Plus only $74.99! ($220 Value!) {Today Only}

  • Trending
  • Comments
  • Latest
AB Infrabuild, among 5 cos to approach record date for stock splits. Last day to buy for eligibility

AB Infrabuild, among 5 cos to approach record date for stock splits. Last day to buy for eligibility

October 15, 2025
Housing Market Loses Steam, “National Buyer’s Market” Likely in 2026

Housing Market Loses Steam, “National Buyer’s Market” Likely in 2026

October 14, 2025
Are You Losing Out Because of Medicare Open Enrollment Mistakes?

Are You Losing Out Because of Medicare Open Enrollment Mistakes?

October 13, 2025
Coinbase boosts investment in India’s CoinDCX, valuing exchange at .45B

Coinbase boosts investment in India’s CoinDCX, valuing exchange at $2.45B

October 15, 2025
Government shutdown could drain financial advisor optimism

Government shutdown could drain financial advisor optimism

October 7, 2025
Getting Started: How to Register

Getting Started: How to Register

October 10, 2025
Trump-Putin summit canceled after Moscow sends memo to Washington – FT (SPY:NYSEARCA)

Trump-Putin summit canceled after Moscow sends memo to Washington – FT (SPY:NYSEARCA)

0
High Dividend 50: Timbercreek Financial Corp.

High Dividend 50: Timbercreek Financial Corp.

0
15 Best Bank Promotions & Bonus Offers for October 2025

15 Best Bank Promotions & Bonus Offers for October 2025

0
Clerq Raises M to Capture Share of T High-Ticket Payment Market – AlleyWatch

Clerq Raises $12M to Capture Share of $3T High-Ticket Payment Market – AlleyWatch

0
Global Trends and Growth Outlook

Global Trends and Growth Outlook

0
Six missing AI capabilities holding financial advisors back

Six missing AI capabilities holding financial advisors back

0
Trump-Putin summit canceled after Moscow sends memo to Washington – FT (SPY:NYSEARCA)

Trump-Putin summit canceled after Moscow sends memo to Washington – FT (SPY:NYSEARCA)

October 31, 2025
Getting Started: Inventory Types and Conditions

Getting Started: Inventory Types and Conditions

October 31, 2025
Binance Supercharges Crypto Adoption in Argentina With a QR Code Bridge to the Peso

Binance Supercharges Crypto Adoption in Argentina With a QR Code Bridge to the Peso

October 31, 2025
Strategy Q3 Income Narrows to .8B as mNAV Shrinks

Strategy Q3 Income Narrows to $2.8B as mNAV Shrinks

October 30, 2025
El Pollo Loco outlines plan for nearly doubling 2026 unit growth amid margin gains and menu innovation (NASDAQ:LOCO)

El Pollo Loco outlines plan for nearly doubling 2026 unit growth amid margin gains and menu innovation (NASDAQ:LOCO)

October 30, 2025
Asian shares rise: Asian shares, US futures rise on tech results, gold holds gain

Asian shares rise: Asian shares, US futures rise on tech results, gold holds gain

October 30, 2025
FeeOnlyNews.com

Get the latest news and follow the coverage of Business & Financial News, Stock Market Updates, Analysis, and more from the trusted sources.

CATEGORIES

  • Business
  • Cryptocurrency
  • Economy
  • Financial Planning
  • Investing
  • Market Analysis
  • Markets
  • Money
  • Personal Finance
  • Startups
  • Stock Market
  • Trading

LATEST UPDATES

  • Trump-Putin summit canceled after Moscow sends memo to Washington – FT (SPY:NYSEARCA)
  • Getting Started: Inventory Types and Conditions
  • Binance Supercharges Crypto Adoption in Argentina With a QR Code Bridge to the Peso
  • Our Great Privacy Policy
  • Terms of Use, Legal Notices & Disclaimers
  • About Us
  • Contact Us

Copyright © 2022-2024 All Rights Reserved
See articles for original source and related links to external sites.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading

Copyright © 2022-2024 All Rights Reserved
See articles for original source and related links to external sites.