Home / Companies / Sysdig / Blog / October 2023

October 2023 Summaries

5 posts from Sysdig

Filter
Month: Year:
Post Summaries Back to Blog
The October 2023 update from Sysdig highlights significant advancements and partnerships aimed at enhancing cloud-native application security and management. Key developments include the unveiling of Sysdig's Cloud-Native Application Protection Platform (CNAPP) powered by Runtime Insights, which offers real-time risk detection and asset correlation, and a new partnership with Docker to integrate Sysdig's runtime insights with Docker Scout, facilitating risk prioritization and leaner container image creation. Additional updates feature enhanced custom posture controls for compliance, new vulnerability management reporting capabilities, and improvements to Kubernetes audit events with enriched metadata. Sysdig also announced support for Rancher Kubernetes Engine (RKE2) with the introduction of a new in-house policy, expanded its AWS resource coverage with 26 new controls, and introduced advanced capabilities for malware detection and protocol communication with Kubernetes API. Enhancements in vulnerability management include faster scanning times, improved data metrics, and the introduction of a Risk Spotlight filter to focus on high-impact vulnerabilities. The update also covers defect fixes in various systems, including Kubernetes, and introduces new API endpoints for vulnerability management, along with the latest updates in Falco threat detection rules, Sysdig agents, and integrations.
Oct 26, 2023 2,898 words in the original blog post.
A recently disclosed high-severity vulnerability in cURL, identified as CVE-2023-38545, poses potential risks of remote code execution but is not currently deemed critical due to the complexity of successful exploitation. The vulnerability, a SOCKS5 heap buffer overflow, affects cURL versions from 7.69.0 to 8.3.0 and requires specific conditions to be exploited, such as the use of domain names exceeding a certain length in a SOCKS5 proxy setting. Detecting this vulnerability is challenging, particularly in libcurl, as it could be embedded within any program, leading experts to recommend focusing on detecting post-exploitation behaviors instead. Tools like Falco can help in identifying suspicious activity by monitoring unexpected process launches through cURL when SOCKS5 options are used. While direct exploitation detection remains difficult, monitoring for post-exploitation actions offers a more practical approach to mitigating potential threats.
Oct 12, 2023 1,179 words in the original blog post.
Sysdig's approach to detecting impersonation attacks in Okta Identity Provider (IdP) involves utilizing advanced tools and strategies, such as Identity Threat Detection and Response (ITDR), to proactively monitor and respond to identity-based threats. By understanding the Tactics, Techniques, and Procedures (TTPs) used in attacks like the Cross-Tenant Impersonation Attack, organizations can leverage tools like Okta FastPass and Okta ThreatInsight to detect suspicious activities, such as phishing and unauthorized access using anonymizing proxies. Sysdig offers pre-configured rules to enhance Okta's security by identifying unusual patterns and strengthening identity management. The article emphasizes the importance of a comprehensive, adaptive security approach that integrates strong authentication policies, least privileged access, and open-source Threat Detection and Response (TDR) tools to effectively counter sophisticated identity threats and maintain robust security in dynamic environments.
Oct 05, 2023 1,504 words in the original blog post.
A critical vulnerability, identified as CVE-2023-4911 and named "Looney Tunables," has been discovered in the GLIBC ecosystem, which affects most Linux-based operating systems due to a buffer overflow in handling special environment variables. This flaw, rated with a high severity score of 7.8, allows attackers to escalate privileges to root on systems with GLIBC version 2.34 by exploiting the LD_LIBRARY_PATH environment variable to execute malicious code with root permissions. The vulnerability can be detected using Falco, a cloud-native security tool that observes system calls for unusual activity, such as segmentation faults linked to environment variable exploits. Despite the ease of exploitation, as demonstrated by proof of concept versions that can succeed in minutes, mitigation primarily involves patching affected systems, as various Linux distributions are already releasing fixes. The vulnerability poses a significant threat due to its impact on a wide range of systems, including servers, containers, appliances, and IoT devices, underscoring the urgency for administrators to ensure their systems are not exposed.
Oct 05, 2023 1,225 words in the original blog post.
The collaboration between Sysdig and Docker aims to enhance container security by integrating Sysdig Secure's runtime insights with Docker Scout, a tool designed to provide actionable insights for the software supply chain. This integration allows developers to identify and prioritize vulnerabilities by correlating security risks with Software Bill of Materials (SBOMs) and runtime data, thereby reducing "container bloat" and improving image security. Docker Scout offers a layer-by-layer view of image dependencies and vulnerabilities, enabling developers to compare local images with those running in production environments and make informed decisions about remediation. By incorporating this information into CI/CD pipelines, developers can accelerate cloud-native application delivery and minimize security blind spots. The integration helps to "shift left" security practices, reducing vulnerability noise and enhancing the overall reliability and security of applications in production environments.
Oct 04, 2023 1,303 words in the original blog post.