Security Vulnerability of the Week 27/06/22

Vuln Weekly 27_june Square

Security Vulnerability of the Week 27/06/22

Previous Issues of vulnerability Weekly



Weekly review of vulnerabilities: This week we deep dive into PiPy leaking AWS credentials, illumina healthcare vulnerability, Sharepoint RCE, QNAP PHP Vuln


Appsec

Several PyPi Libraries leaking AWS credentials

Several Libraries leaking AWS credentials

Recently one library was caught typosquatting and stealing credentials (you can read the full article here

This time researchers from Sonatype have discovered several libraries disclosing vulnerabilities.

The following libraries have been discovered stealing credentials: 

  • loglib-modules
  • pyg-modules
  • pygrata
  • pygrata-utils
  • hkg-sol-utils

Sonatype analysts J. Cardona and C. Fernandez figured that the packages ‘loglib-modules’ and ‘pygrata-utils’ were created for data exfiltration, snatching AWS credentials, network interface information, and environment variables.

Code snippet pertaining to the data-stealing functionality

Code snippet pertaining to the data-stealing functionality (Sonatype)

The stolen data is stored in TXT files and uploaded to a PyGrata[.]com domain. However, the endpoint isn’t properly secured, so the analysts could peek into what the threat actors had stolen.

Securing Python going forward

Since the PiPy packages are legitimate and not typosquatting was not taken down immediately. 

Is important as part of supply chain management to review libraries and code and apply a supply chain management gate or review of all the libraries. 

Even better would be to monitor for malicious behaviour in those libraries 

Also, some indicators of malicious behaviour would be a repository without information

Since these malicious packages aren’t using typosquatting tricks, they’re not randomly targeting developers who mistyped a character but users looking for specific tools for their projects.

Suspicious package with no descriptionSuspicious package with no project description (Sonatype)

ILLUMINA 

Illumina is a provider of healthcare and data processing data. After a recent assessment by pentest Ltd several vulnerabilities have been identified and already fixed. 

The vulnerabilities affect the desktop version of the software and due to the sensitivity of the data processed (healthcare data), the vulnerabilities have been deemed critical. 

For product update: https://support.illumina.com/sequencing/sequencing_software/local-run-manager.html 

  • CVSS v3 10.0
  • ATTENTION: Exploitable remotely/low attack complexity
  • Vendor: Illumina
  • Equipment: Local Run Manager (LRM)
  • Vulnerabilities: Path Traversal, Unrestricted Upload of File with Dangerous Type, Improper Access Control, Cleartext Transmission of Sensitive Information

Product affected

​​The following devices and instruments using LRM software are affected:

Illumina In Vitro Diagnostic (IVD) devices:

  • NextSeq 550Dx: LRM Versions 1.3 to 3.1
  • MiSeq Dx: LRM Versions 1.3 to 3.1

Researcher Use Only (ROU) instruments:

  • NextSeq 500 Instrument: LRM Versions 1.3 to 3.1
  • NextSeq 550 Instrument: LRM Versions 1.3 to 3.1
  • MiSeq Instrument: LRM Versions 1.3 to 3.1
  • iSeq 100 Instrument: LRM Versions 1.3 to 3.1
  • MiniSeq Instrument: LRM Versions 1.3 to 3.1

Remediation available: The Illumina software team has developed a software patch to protect against remote exploitation of this vulnerability. In addition to this patch, we are working to provide a permanent software fix for current and future instruments and will notify customers directly when it is available

For the full disclosure: https://www.illumina.com/content/dam/illumina/gcs/assembled-assets/marketing-literature/lrm-securitynnouncement-m-gl-00810/lrm-securitynnouncement-m-gl-00810.pdf 

Several vulnerabilities have been found in this vendor

3.2 VULNERABILITY OVERVIEW

3.2.1    EXECUTION WITH UNNECESSARY PRIVILEGES CWE-250

LRM utilizes elevated privileges. An unauthenticated malicious actor can upload and execute code remotely at the operating system level, which can allow an attacker to change settings, configurations, software, or access sensitive data on the affected product. An attacker could also exploit this vulnerability to access APIs not intended for general use and interact through the network.

CVE-2022-1517 has been assigned to this vulnerability. A CVSS v3 base score of 10.0 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).

3.2.2    IMPROPER LIMITATION OF A PATHNAME TO A RESTRICTED DIRECTORY (‘PATH TRAVERSAL’) CWE-22

LRM contains a directory traversal vulnerability that can allow a malicious actor to upload outside the intended directory structure.

CVE-2022-1518 has been assigned to this vulnerability. A CVSS v3 base score of 10.0 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).

3.2.3    UNRESTRICTED UPLOAD OF FILE WITH DANGEROUS TYPE CWE-434

LRM does not restrict the types of files that can be uploaded to the affected product. A malicious actor can upload any file type, including executable code that allows for a remote code exploit.

CVE-2022-1519 has been assigned to this vulnerability. A CVSS v3 base score of 10.0 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).

3.2.4    IMPROPER ACCESS CONTROL CWE-284

LRM does not implement authentication or authorization by default. A malicious actor can inject, replay, modify, and/or intercept sensitive data.

CVE-2022-1521 has been assigned to this vulnerability. A CVSS v3 base score of 9.1 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N).

3.2.5    CLEARTEXT TRANSMISSION OF SENSITIVE INFORMATION CWE-319

LRM version 2.4 and lower does not implement TLS encryption. A malicious actor can MITM attack sensitive data in-transit, including credentials.

CVE-2022-1524 has been assigned to this vulnerability. A CVSS v3 base score of 7.4 has been calculated; the CVSS vector string is (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N).


INFRA/Network

Microsoft Sharepoint 

On 2022 may 03 security researchers discovered a vulnerability tracked as CVE-2022-30157  and disclosed on 14 June 2022. 

After a patch was disclosed on the 21st of June 25 the final version of the patch was released by Microsoft. CVSS severity is currently set at ​​8.8

CVSS SCORE8.8, (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Microsoft SharePoint Server. Authentication is required to exploit this vulnerability.

A specific flaw exists within the processing of charts. Tampering with client-side data can trigger the deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the SharePoint web server process.

For full details on this new zero-day: https://www.zerodayinitiative.com/advisories/ZDI-22-871/ 

There is no current exploit available in the wild for this vulnerability

https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2022-30157

Product Affected: & Security Update available:

QNAP

Take Immediate Actions to Secure QNAP NAS | QNAP

Credit QNAP

The Taiwanese maker of network-attached storage (NAS) devices QNAP, has released a statement on the 22 June 2022 about a new vulnerability affecting the PHP part of the NAS affected by Remote Code Execution

“A vulnerability has been reported to affect PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24, and 7.3.x below 7.3.11 with improper nginx config,” the hardware vendor said in an advisory. “If exploited, the vulnerability allows attackers to gain remote code execution.”

QNAP is still in the news with another vulnerability. Recently several vulnerabilities have been identified and weaponized (for full details read https://phoenix.security/security-vulnerability-of-the-week-02-04-22/ )

The vulnerability, tracked as CVE-2019-11043, is rated 9.8 out of 10 for severity on the CVSS vulnerability scoring system. That said, it’s required that Nginx and php-fpm are running in appliances using the following QNAP operating system versions –

  • QTS 5.0.x and later
  • QTS 4.5.x and later
  • QuTS hero h5.0.x and later
  • QuTS hero h4.5.x and later
  • QuTScloud c5.0.x and later

The alert came swiftly as QNAP revealed that it’s “thoroughly investigating” yet another wave of ransomware attacks targeting QNAP NAS DeadBolt 

For full details: https://www.qnap.com/en/securitydvisory/qsa-22-20 

Previous Issues of vulnerability Weekly


Francesco is an internationally renowned public speaker, with multiple interviews in high-profile publications (eg. Forbes), and an author of numerous books and articles, who utilises his platform to evangelize the importance of Cloud security and cutting-edge technologies on a global scale.

Discuss this blog with our community on Slack

Join our AppSec Phoenix community on Slack to discuss this blog and other news with our professional security team

From our Blog

The team at Phoenix Security pleased to bring you another set of new application security (ASPM) features and improvements for vulnerability management across application and cloud security engines. This release builds on top of previous releases with key additions and progress across multiple areas of the platform. Application Security Posture Management (ASPM) Enhancements • New Weighted Asset Risk Formula – Refined risk aggregation for tailored vulnerability management. • Auto-Approval of Risk Exceptions – Accelerate mitigation by automating security approvals. • Enhanced Risk Explorer & Business Unit Insights – Monitor and analyze risk exposure by business units for better prioritization. Vulnerability & Asset Management • Link Findings to Existing Tickets – Seamless GitHub, ServiceNow, and Azure DevOps integration. • Multi-Finding Ticketing for ADO – Group multiple vulnerabilities in a single ticket for better workflow management. • Filter by Business Unit, CWE, Ownership, and Deployment Environment – Target vulnerabilities with precision using advanced filtering. Cyber Threat Intelligence & Security Enhancements • Cyber Threat Intelligence Premium – Access 128,000+ exploits for better exploitability and fixability metrics. • SBOM, Container SBOM & Open Source Artifact Analysis – Conduct deep security analysis with reachability insights. • Enhanced Lacework Container Management – Fetch and analyze running container details for better security reporting. • REST API Enhancements – Use asset tags for automated deployments and streamline security processes. Other Key Updates • CVE & CWE Columns Added – Compare vulnerabilities more effectively. • Custom Status Management for Findings – Personalize security workflows with custom status configurations. • Impact & Risk Explorer Side Panel – Gain heatmap-based insights into vulnerability distribution and team risk impact. 🚀 Stay ahead of vulnerabilities, optimize risk assessment, and enhance security efficiency with Phoenix Security’s latest features! 🚀
Alfonso Eusebio
Discover CVE-2025-30066 tj-actions/changed-files GitHub Action has been compromised, exposing secrets in CI/CD pipelines and posing a major software supply chain security risk. Attackers injected malicious code into all versions (V1–V45), repointing existing tags to a compromised commit that exfiltrated credentials via GitHub Actions logs. Immediate remediation is required—organizations must scan their repositories, rotate secrets, and replace the action to mitigate risk. Learn how Phoenix Security’s ASPM can automate threat detection and enhance GitHub Actions security.
Francesco Cipollone
Tired of scrambling every time a new zero-day hits the headlines? Discover a threat-centric approach to vulnerability management that tackles root causes head-on. Dive into real-world examples—like the notorious Log4j (CVE-2021-44228)—and learn how ASPM application security, cybersecurity best practices, and frameworks (CVE → CWE → CAPEC → MITRE ATT&CK) can streamline remediation. Whether it’s ransomware or unauthorized access attempts on QNAP devices, see how focusing on broad threat categories and root cause analysis can supercharge your defense strategy and minimize patch fatigue.
Francesco Cipollone
ClearBank broke a 250-year banking tradition by becoming the UK’s first new clearing bank in centuries—a bold move that extends to their approach to cybersecurity. In partnership with Phoenix Security, ClearBank has pioneered advanced Application Security Posture Management (ASPM) techniques that go beyond merely identifying vulnerabilities. By focusing on root causes, defense in depth, and real-world context—like which services are mission-critical or shielded by a WAF—their teams prioritize what truly matters. Neil Reed, Principal AppSec Engineer, underscores the importance of targeted remediation, using Phoenix’s exception engine to intelligently downgrade or reclassify findings that pose minimal risk. This risk-based strategy is a game-changer in scaling security without overburdening engineering teams. By running structured remediation campaigns and cutting container noise by up to 91%, ClearBank’s DevSecOps workflow has evolved to be both agile and robust. Their forward-thinking stance shows how the right blend of technology, context, and collaboration can fortify an organization, keeping pace with shifting regulations and emerging threats.
Neil Reed
EPSS V4 arrives March 17 with new insights on real-world exploit likelihood. Preliminary data shows moderate score shifts, though outliers exist, including a puzzling jump for CVE-2007-4559. Binned distributions reveal minimal changes near the lower end, often tied to unverified exploits, while bug bounty activity and threat feeds help validate higher-risk flaws. Ransomware campaigns frequently target vulnerabilities with high EPSS scores, reminding security teams that a single metric rarely provides the full picture. ASPM, application security reviews, and ongoing remediation efforts round out a more comprehensive approach. This holistic method considers bug bounty reports, active scanning, and real-time intel, ensuring that unknown zero-day threats are not overlooked.
Francesco Cipollone
Executives often pose one question: “Who owns this risk, and how extensive is it?” Phoenix Security addresses that challenge with Blast Radius Analysis and Business Unit Impact Analysis. These features bring clarity to ASPM initiatives, highlight shared vulnerabilities like Log4j, and offer a path to deeper root cause discoveries. Experience streamlined accountability, minimized patch cycles, and a stronger cybersecurity posture—all in one platform.- Mapping of vulnerabilities to Installed Software – Find Assets/Vulns by Scanner – Detailed findings Location information Risk-based Posture Management – Risk and Risk Magnitude for Assets – Filter assets and vulnerabilities by source scanner Integrations – BurpSuite XML Import – Assessment Import API Other Improvements – Improved multi-selection in filters – New CVSS Score column in Vulnerabilities
Alfonso Eusebio
Derek

Derek Fisher

Head of product security at a global fintech

Derek Fisher – Head of product security at a global fintech. Speaker, instructor, and author in application security.

Derek is an award winning author of a children’s book series in cybersecurity as well as the author of “The Application Security Handbook.” He is a university instructor at Temple University where he teaches software development security to undergraduate and graduate students. He is a speaker on topics in the cybersecurity space and has led teams, large and small, at organizations in the healthcare and financial industries. He has built and matured information security teams as well as implemented organizational information security strategies to reduce the organizations risk.

Derek got his start in the hardware engineering space where he learned about designing circuits and building assemblies for commercial and military applications. He later pursued a computer science degree in order to advance a career in software development. This is where Derek was introduced to cybersecurity and soon caught the bug. He found a mentor to help him grow in cybersecurity and then pursued a graduate degree in the subject.

Since then Derek has worked in the product security space as an architect and leader. He has led teams to deliver more secure software in organizations from multiple industries. His focus has been to raise the security awareness of the engineering organization while maintaining a practice of secure code development, delivery, and operations.

In his role, Jeevan handles a range of tasks, from architecting security solutions to collaborating with Engineering Leadership to address security vulnerabilities at scale and embed security into the fabric of the organization.

Jeevan Singh

Jeevan Singh

Founder of Manicode Security

Jeevan Singh is the Director of Security Engineering at Rippling, with a background spanning various Engineering and Security leadership roles over the course of his career. He’s dedicated to the integration of security practices into software development, working to create a security-aware culture within organizations and imparting security best practices to the team.
In his role, Jeevan handles a range of tasks, from architecting security solutions to collaborating with Engineering Leadership to address security vulnerabilities at scale and embed security into the fabric of the organization.

James

James Berthoty

Founder of Latio Tech

James Berthoty has over ten years of experience across product and security domains. He founded Latio Tech to help companies find the right security tools for their needs without vendor bias.

christophe

Christophe Parisel

Senior Cloud Security Architect

Senior Cloud Security Architect

Chris

Chris Romeo

Co-Founder
Security Journey

Chris Romeo is a leading voice and thinker in application security, threat modeling, and security champions and the CEO of Devici and General Partner at Kerr Ventures. Chris hosts the award-winning “Application Security Podcast,” “The Security Table,” and “The Threat Modeling Podcast” and is a highly rated industry speaker and trainer, featured at the RSA Conference, the AppSec Village @ DefCon, OWASP Global AppSec, ISC2 Security Congress, InfoSec World and All Day DevOps. Chris founded Security Journey, a security education company, leading to an exit in 2022. Chris was the Chief Security Advocate at Cisco, spreading security knowledge through education and champion programs. Chris has twenty-six years of security experience, holding positions across the gamut, including application security, security engineering, incident response, and various Executive roles. Chris holds the CISSP and CSSLP certifications.

jim

Jim Manico

Founder of Manicode Security

Jim Manico is the founder of Manicode Security, where he trains software developers on secure coding and security engineering. Jim is also the founder of Brakeman Security, Inc. and an investor/advisor for Signal Sciences. He is the author of Iron-Clad Java: Building Secure Web Applications (McGraw-Hill), a frequent speaker on secure software practices, and a member of the JavaOne Rockstar speaker community. Jim is also a volunteer for and former board member of the OWASP foundation.

Join our Mailing list!

Get all the latest news, exclusive deals, and feature updates.

The IKIGAI concept
x  Powerful Protection for WordPress, from Shield Security
This Site Is Protected By
ShieldPRO