
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
A simple Ruby library for fetching and parsing the CISA KEV catalog.
require 'cisa/kev'
catalog = CISA::KEV::Catalog.load
catalog.select(&:known_ransomware_campaign_use).sort_by(&:date_added)
# =>
# [
# ...
# #<CISA::KEV::Vulnerability:0x00007fc0a6e715f8
# @cve_id="CVE-2023-24955",
# @date_added=#<Date: 2024-03-26 ((2460396j,0s,0n),+0s,2299161j)>,
# @due_date=#<Date: 2024-04-16 ((2460417j,0s,0n),+0s,2299161j)>,
# @known_ransomware_campaign_use=true,
# @notes="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-24955",
# @product="SharePoint Server",
# @required_action=
# "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.",
# @short_description=
# "Microsoft SharePoint Server contains a code injection vulnerability that allows an authenticated attacker with Site Owner privileges to execute code remotely.",
# @vendor_project="Microsoft",
# @vulnerability_name="Microsoft SharePoint Server Code Injection Vulnerability">]
gem install cisa-kev
gem 'cisa-kev', '~> 0.1'
Copyright (c) 2024 Hal Brodigan
See {file:LICENSE.txt} for details.
FAQs
Unknown package
We found that cisa-kev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.