{"id":1275,"date":"2024-12-02T19:20:09","date_gmt":"2024-12-02T13:50:09","guid":{"rendered":"https:\/\/nocturnalknight.co\/?p=1275"},"modified":"2024-12-02T19:20:09","modified_gmt":"2024-12-02T13:50:09","slug":"do-you-know-whats-in-your-supply-chain-the-case-for-better-security","status":"publish","type":"post","link":"http:\/\/3.10.118.248\/?p=1275","title":{"rendered":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"585\" src=\"http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed-1024x585.png\" alt=\"\" class=\"wp-image-1280\" srcset=\"http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed-1024x585.png 1024w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed-300x171.png 300w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed-768x439.png 768w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed-1536x878.png 1536w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed.png 1792w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The Vulnerability Trifecta in Third-Party Products<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The CyCognito report identifies three critical areas where third-party products introduce significant vulnerabilities:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Web Servers<\/strong><br>These foundational systems host countless applications but are frequently exploited due to misconfigurations or outdated software. According to the report,&nbsp;<strong>34% of severe security issues<\/strong>&nbsp;are tied to web server environments like Apache, NGINX, and Microsoft IIS. Vulnerabilities like directory traversal or improper access control can serve as gateways for attackers.<\/li>\n\n\n\n<li><strong>Cryptographic Protocols<\/strong><br>Secure communication relies on cryptographic protocols like TLS and HTTPS. Yet,&nbsp;<strong>15% of severe vulnerabilities<\/strong>&nbsp;target these mechanisms. For instance, misconfigurations, weak ciphers, or reliance on deprecated standards expose sensitive data, with inadequate encryption ranking second on OWASP\u2019s Top 10 security threats.<\/li>\n\n\n\n<li><strong>Web Interfaces Handling PII<\/strong><br>Applications that process PII\u2014such as invoices or financial statements\u2014are among the most sensitive assets. Alarmingly, only&nbsp;<strong>half of such interfaces<\/strong>&nbsp;are protected by Web Application Firewalls (WAFs), leaving them vulnerable to injection attacks, session hijacking, or data leakage.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Beyond Web Servers: The Hidden Dependency Risks<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You control your software stack, but do you actually know what runs beneath those flashy Web\/Application servers? <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Drawing parallels from\u00a0<a href=\"http:\/\/3.10.118.248\/hidden-threats-in-pypi-and-npm-what-you-need-to-know\/\" target=\"_blank\" rel=\"noopener\" title=\"\">my\u00a0previous\u00a0article\u00a0on\u00a0PyPI\u00a0and\u00a0NPM\u00a0vulnerabilities<\/a>, it\u2019s clear that\u00a0<strong>open-source dependencies<\/strong>\u00a0amplify these threats. Attackers exploit the very trust inherent in supply chains, introducing malicious packages or exploiting insecure libraries.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Attackers have embedded malware into popular <a href=\"https:\/\/www.npmjs.com\/\" target=\"_blank\" rel=\"noopener\" title=\"\">NPM<\/a> and <a href=\"https:\/\/pypi.org\/\" target=\"_blank\" rel=\"noopener\" title=\"\">PyPI<\/a> packages, which are then unknowingly incorporated into enterprise-grade software.<\/li>\n\n\n\n<li>Dependency confusion attacks exploit naming conventions to inject malicious packages into CI\/CD pipelines.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These risks share a core vulnerability with traditional third-party systems:\u00a0<strong>an opaque supply chain with minimal oversight<\/strong>. This is compounded by the ever-decreasing cycle-times for each software releases, giving little to no time for even great Software Engineering teams to doa decent audit and look into the dependency graph of the packages they are building their new, shiny\/pointy things that is to transform the world.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why Software Supply Chain Attacks Persist<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As highlighted by\u00a0<a href=\"https:\/\/www.scworld.com\/perspective\/why-software-supply-chain-attacks-persist\" target=\"_blank\" rel=\"noopener\" title=\"\">Scientific\u00a0Computing\u00a0World<\/a>, software supply chain attacks persist for several reasons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Aggressive GTM Timelines: <\/strong>Most organisations now run quarterly or even monthly product roadmaps, so it is possible to launch a new SaaS product in a matter of days to weeks by leveraging other IaaS, PaaS or SaaS systems &#8211; in addition to any Libraries, frameworks and other constructs.<\/li>\n\n\n\n<li><strong>Exponential Complexity:<\/strong>\u00a0With organisations relying on layers of third-party and fourth-party services, the attack surface expands exponentially.<\/li>\n\n\n\n<li><strong>Insufficient Oversight:<\/strong>\u00a0Organisations often focus on securing their environments while neglecting the vendors and libraries they depend on.<\/li>\n\n\n\n<li><strong>Lagging Standards:<\/strong>&nbsp;The industry\u2019s inability to enforce stringent security protocols across the supply chain leaves critical gaps.<\/li>\n\n\n\n<li><strong>Sophistication of Attacks:<\/strong>\u00a0From <strong>SolarWinds<\/strong> to <strong>MOVEit<\/strong>, attackers continually evolve, targeting blind spots in detection and remediation frameworks.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Recommended Steps to Mitigate Supply Chain Threats<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To address these vulnerabilities and build resilience, organizations can take the following actionable steps:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"692\" src=\"http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/Mitigating-Supply-Chain-Attacks-Light-Transparent-BG-1024x692.png\" alt=\"\" class=\"wp-image-1277\" srcset=\"http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/Mitigating-Supply-Chain-Attacks-Light-Transparent-BG-1024x692.png 1024w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/Mitigating-Supply-Chain-Attacks-Light-Transparent-BG-300x203.png 300w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/Mitigating-Supply-Chain-Attacks-Light-Transparent-BG-768x519.png 768w, http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/Mitigating-Supply-Chain-Attacks-Light-Transparent-BG.png 1034w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Map and Assess Dependencies<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use tools like\u00a0<a href=\"https:\/\/dependencytrack.org\/\" target=\"_blank\" rel=\"noopener\" title=\"\">Dependency-Track<\/a>\u00a0or\u00a0<a href=\"https:\/\/www.sonatype.com\/products\/sonatype-nexus-pro\/\" target=\"_blank\" rel=\"noopener\" title=\"\">Sonatype\u00a0Nexus<\/a>\u00a0to map and analyze all third-party and open-source dependencies.<\/li>\n\n\n\n<li>Regularly perform software composition analysis (SCA) to detect outdated or vulnerable components.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Implement Zero-Trust Architecture<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Leverage Zero-Trust frameworks like\u00a0<a href=\"https:\/\/csrc.nist.gov\/publications\/detail\/sp\/800-207\/final\" target=\"_blank\" rel=\"noopener\" title=\"\">NIST\u00a0800-207<\/a>\u00a0to ensure strict authentication and access controls across all systems.<\/li>\n\n\n\n<li>Minimize the privileges of third-party integrations and isolate sensitive data wherever possible.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Strengthen Vendor Management<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Evaluate vendor security practices using frameworks like the\u00a0<strong>NCSC\u2019s Supply Chain Security Principles<\/strong>\u00a0or the\u00a0<strong><a href=\"https:\/\/www.iso.org\/standard\/86338.html\" target=\"_blank\" rel=\"noopener\" title=\"\">Open Trusted Technology Provider Standard <\/a>(OTTPS)<\/strong>.<\/li>\n\n\n\n<li>Demand transparency through detailed Service Level Agreements (SLAs) and regular vendor audits.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4. Prioritize Secure Development and Deployment<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Train your development teams to follow secure coding practices like those outlined in the\u00a0<a href=\"https:\/\/owasp.org\/www-project-secure-coding-practices-quick-reference-guide\/\" target=\"_blank\" rel=\"noopener\" title=\"\"><strong>OWASP Secure Coding Guidelines<\/strong>.<\/a><\/li>\n\n\n\n<li>Incorporate tools like\u00a0<a href=\"https:\/\/snyk.io\/\" target=\"_blank\" rel=\"noopener\" title=\"\">Snyk<\/a>\u00a0or\u00a0<a href=\"https:\/\/checkmarx.com\/\" target=\"_blank\" rel=\"noopener\" title=\"\">Checkmarx<\/a>\u00a0to identify vulnerabilities during the software development lifecycle.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>5. Enhance Monitoring and Incident Response<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deploy Web Application Firewalls (WAFs) such as AWS WAF or Cloudflare to protect web interfaces.<\/li>\n\n\n\n<li>Establish a robust incident response plan using guidance from the&nbsp;<strong>MITRE ATT&amp;CK Framework<\/strong>&nbsp;to ensure rapid containment and mitigation.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>6. Foster Collaboration<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Work with industry peers and organizations like the&nbsp;<strong>Cybersecurity and Infrastructure Security Agency (CISA)<\/strong>&nbsp;to share intelligence and best practices for supply chain security.<\/li>\n\n\n\n<li>Collaborate with academic institutions and research groups for cutting-edge insights into emerging threats.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>7. Schedule a No-Obligation Consultation Call with Yours Truly<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Struggling with supply chain vulnerabilities or need tailored solutions for your unique challenges? I offer consultation services to work directly with your CTO, Principal Architect, or Security Leadership team to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Assess your systems and identify key risks.<\/li>\n\n\n\n<li>Recommend actionable, budget-friendly steps for mitigation and prevention.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With years of expertise in cybersecurity and compliance, I can help streamline your approach to supply chain security without breaking the bank. Let\u2019s collaborate to make your operations secure and resilient.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/calendly.com\/ram-xrbd\/cyber-security-consultation\" target=\"_blank\" rel=\"noopener\" title=\"\">Schedule\u00a0Your\u00a0Free\u00a0Consultation\u00a0Today<\/a><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Building a Resilient Supply Chain<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The UK\u2019s National Cyber Security Centre (NCSC)\u00a0<a href=\"https:\/\/www.ncsc.gov.uk\/collection\/supply-chain-security\/principles-supply-chain-security\" target=\"_blank\" rel=\"noopener\" title=\"\">principles\u00a0for\u00a0supply\u00a0chain\u00a0security<\/a>\u00a0provide a pragmatic roadmap for businesses. Here\u2019s how to act:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Understand and Map Dependencies<\/strong><br>Organizations should create a detailed map of all dependencies, including direct vendors and downstream providers, to identify potential weak links.<\/li>\n\n\n\n<li><strong>Adopt a Zero-Trust Framework<\/strong><br>Treat every external connection as untrusted until verified, with continuous monitoring and access restrictions.<\/li>\n\n\n\n<li><strong>Mandate Secure Development Practices<\/strong><br>Encourage or require vendors to implement secure coding standards, frequent vulnerability testing, and robust update mechanisms.<\/li>\n\n\n\n<li><strong>Regularly Audit Supply Chains<\/strong><br>Establish a routine audit process to assess vendor security posture and adherence to compliance requirements.<\/li>\n\n\n\n<li><strong>Proactive Incident Response Planning<\/strong><br>Prepare for the inevitable by maintaining a robust incident response plan that incorporates supply chain risks.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Final Thoughts<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The threat of supply chain vulnerabilities is no longer hypothetical\u2014it\u2019s happening now. With reports like CyCognito\u2019s, research into dependency management, and frameworks provided by trusted institutions, businesses have the tools to mitigate risks. However, this requires vigilance, collaboration, and a willingness to rethink traditional approaches to third-party management.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Organisations must act not only to safeguard their operations but also to preserve trust in an increasingly interconnected world.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is your supply chain ready to withstand the next wave of attacks?<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>References and Further Reading<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.techradar.com\/pro\/Report-shows-the-threat-of-supply-chain-vulnerabilities-from-third-party-products\" target=\"_blank\" rel=\"noopener\" title=\"\">Report\u00a0Shows\u00a0the\u00a0Threat\u00a0of\u00a0Supply\u00a0Chain\u00a0Vulnerabilities\u00a0from\u00a0Third-Party\u00a0Products\u00a0\u2013 CyCognito<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/3.10.118.248\/hidden-threats-in-pypi-and-npm-what-you-need-to-know\/\" target=\"_blank\" rel=\"noopener\" title=\"\">Hidden\u00a0Threats\u00a0in\u00a0PyPI\u00a0and\u00a0NPM: What\u00a0You\u00a0Need\u00a0to\u00a0Know<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.scworld.com\/perspective\/why-software-supply-chain-attacks-persist\" target=\"_blank\" rel=\"noopener\" title=\"\">Why\u00a0Software\u00a0Supply\u00a0Chain\u00a0Attacks\u00a0Persist\u00a0\u2013 Scientific\u00a0Computing\u00a0World<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.ncsc.gov.uk\/collection\/supply-chain-security\/principles-supply-chain-security\" target=\"_blank\" rel=\"noopener\" title=\"\">Principles\u00a0of\u00a0Supply\u00a0Chain\u00a0Security\u00a0\u2013 NCSC<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cycognito.com\/news\/press-releases\/cycognito-report-exposes-rising-software-supply-chain-threats.php\" target=\"_blank\" rel=\"noopener\" title=\"\">CyCognito Report Exposes Rising Software\u00a0Supply\u00a0Chain Threats<\/a>  <\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What\u2019s your strategy for managing third-party risks? Share your thoughts in the comments!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant &hellip; <\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"http:\/\/3.10.118.248\/?p=1275\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[187,51,52,114,152,163],"tags":[300,403,488,502],"class_list":["post-1275","post","type-post","status-publish","format-standard","hentry","category-devops","category-engineering","category-engineering-leadership","category-nist","category-software-engineering","category-supply-chain-vulnerabilities","tag-engineering","tag-nist","tag-ssdlc","tag-supply-chain-vulnerabilities"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ramkumar Sundarakalatharan\"\/>\n\t<link rel=\"canonical\" href=\"http:\/\/3.10.118.248\/?p=1275\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Nocturnalknight&#039;s Lair - Observations of a Random Wanderer!\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight&#039;s Lair\" \/>\n\t\t<meta property=\"og:description\" content=\"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/3.10.118.248\/?p=1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-12-02T13:50:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-12-02T13:50:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@nocturnalknight\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight&#039;s Lair\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@nocturnalknight\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#blogposting\",\"name\":\"Do You Know What\\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair\",\"headline\":\"Do You Know What\\u2019s in Your Supply Chain? The Case for Better Security\",\"author\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?author=2#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/SypplyChain-Security-compressed.png\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275\\\/#articleImage\",\"width\":1792,\"height\":1024},\"datePublished\":\"2024-12-02T19:20:09+00:00\",\"dateModified\":\"2024-12-02T19:20:09+00:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#webpage\"},\"articleSection\":\"DevOps, Engineering, Engineering Leadership, NIST, software engineering, Supply Chain Vulnerabilities, engineering, NIST, SSDLC, Supply Chain Vulnerabilities\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/3.10.118.248\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=81#listItem\",\"name\":\"Information Security\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=81#listItem\",\"position\":2,\"name\":\"Information Security\",\"item\":\"http:\\\/\\\/3.10.118.248\\\/?cat=81\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=163#listItem\",\"name\":\"Supply Chain Vulnerabilities\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=163#listItem\",\"position\":3,\"name\":\"Supply Chain Vulnerabilities\",\"item\":\"http:\\\/\\\/3.10.118.248\\\/?cat=163\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#listItem\",\"name\":\"Do You Know What\\u2019s in Your Supply Chain? The Case for Better Security\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=81#listItem\",\"name\":\"Information Security\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#listItem\",\"position\":4,\"name\":\"Do You Know What\\u2019s in Your Supply Chain? The Case for Better Security\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?cat=163#listItem\",\"name\":\"Supply Chain Vulnerabilities\"}}]},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/#organization\",\"name\":\"Nocturnalknight's Lair\",\"description\":\"Observations of a Random Wanderer!\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-Ram-Profile.avif\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275\\\/#organizationLogo\"},\"image\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/nocturnalknight\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/nocturnalknight\\\/\"]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?author=2#author\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/?author=2\",\"name\":\"Ramkumar Sundarakalatharan\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/818bc4a4d5681de6957f83aca2601d598459bf37a0a8b17d5abb1a889e2b9298?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ramkumar Sundarakalatharan\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#webpage\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275\",\"name\":\"Do You Know What\\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair\",\"description\":\"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?p=1275#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?author=2#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/?author=2#author\"},\"datePublished\":\"2024-12-02T19:20:09+00:00\",\"dateModified\":\"2024-12-02T19:20:09+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/3.10.118.248\\\/#website\",\"url\":\"http:\\\/\\\/3.10.118.248\\\/\",\"name\":\"Nocturnalknight's Lair\",\"description\":\"Observations of a Random Wanderer!\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"http:\\\/\\\/3.10.118.248\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair","description":"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant","canonical_url":"http:\/\/3.10.118.248\/?p=1275","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"http:\/\/3.10.118.248\/?p=1275#blogposting","name":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair","headline":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security","author":{"@id":"http:\/\/3.10.118.248\/?author=2#author"},"publisher":{"@id":"http:\/\/3.10.118.248\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/3.10.118.248\/wp-content\/uploads\/2024\/12\/SypplyChain-Security-compressed.png","@id":"http:\/\/3.10.118.248\/?p=1275\/#articleImage","width":1792,"height":1024},"datePublished":"2024-12-02T19:20:09+00:00","dateModified":"2024-12-02T19:20:09+00:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"http:\/\/3.10.118.248\/?p=1275#webpage"},"isPartOf":{"@id":"http:\/\/3.10.118.248\/?p=1275#webpage"},"articleSection":"DevOps, Engineering, Engineering Leadership, NIST, software engineering, Supply Chain Vulnerabilities, engineering, NIST, SSDLC, Supply Chain Vulnerabilities"},{"@type":"BreadcrumbList","@id":"http:\/\/3.10.118.248\/?p=1275#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/3.10.118.248#listItem","position":1,"name":"Home","item":"http:\/\/3.10.118.248","nextItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=81#listItem","name":"Information Security"}},{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=81#listItem","position":2,"name":"Information Security","item":"http:\/\/3.10.118.248\/?cat=81","nextItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=163#listItem","name":"Supply Chain Vulnerabilities"},"previousItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=163#listItem","position":3,"name":"Supply Chain Vulnerabilities","item":"http:\/\/3.10.118.248\/?cat=163","nextItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?p=1275#listItem","name":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security"},"previousItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=81#listItem","name":"Information Security"}},{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?p=1275#listItem","position":4,"name":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security","previousItem":{"@type":"ListItem","@id":"http:\/\/3.10.118.248\/?cat=163#listItem","name":"Supply Chain Vulnerabilities"}}]},{"@type":"Organization","@id":"http:\/\/3.10.118.248\/#organization","name":"Nocturnalknight's Lair","description":"Observations of a Random Wanderer!","url":"http:\/\/3.10.118.248\/","logo":{"@type":"ImageObject","url":"http:\/\/3.10.118.248\/wp-content\/uploads\/2026\/08\/cropped-Ram-Profile.avif","@id":"http:\/\/3.10.118.248\/?p=1275\/#organizationLogo"},"image":{"@id":"http:\/\/3.10.118.248\/?p=1275\/#organizationLogo"},"sameAs":["https:\/\/x.com\/nocturnalknight","https:\/\/www.linkedin.com\/in\/nocturnalknight\/"]},{"@type":"Person","@id":"http:\/\/3.10.118.248\/?author=2#author","url":"http:\/\/3.10.118.248\/?author=2","name":"Ramkumar Sundarakalatharan","image":{"@type":"ImageObject","@id":"http:\/\/3.10.118.248\/?p=1275#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/818bc4a4d5681de6957f83aca2601d598459bf37a0a8b17d5abb1a889e2b9298?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ramkumar Sundarakalatharan"}},{"@type":"WebPage","@id":"http:\/\/3.10.118.248\/?p=1275#webpage","url":"http:\/\/3.10.118.248\/?p=1275","name":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair","description":"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant","inLanguage":"en-GB","isPartOf":{"@id":"http:\/\/3.10.118.248\/#website"},"breadcrumb":{"@id":"http:\/\/3.10.118.248\/?p=1275#breadcrumblist"},"author":{"@id":"http:\/\/3.10.118.248\/?author=2#author"},"creator":{"@id":"http:\/\/3.10.118.248\/?author=2#author"},"datePublished":"2024-12-02T19:20:09+00:00","dateModified":"2024-12-02T19:20:09+00:00"},{"@type":"WebSite","@id":"http:\/\/3.10.118.248\/#website","url":"http:\/\/3.10.118.248\/","name":"Nocturnalknight's Lair","description":"Observations of a Random Wanderer!","inLanguage":"en-GB","publisher":{"@id":"http:\/\/3.10.118.248\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Nocturnalknight's Lair - Observations of a Random Wanderer!","og:type":"article","og:title":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair","og:description":"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant","og:url":"http:\/\/3.10.118.248\/?p=1275","article:published_time":"2024-12-02T13:50:09+00:00","article:modified_time":"2024-12-02T13:50:09+00:00","twitter:card":"summary_large_image","twitter:site":"@nocturnalknight","twitter:title":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security - Nocturnalknight's Lair","twitter:description":"I recently read an interesting report by CyCognito on the top 3 vulnerabilities on third-party products and it sparked my interest to reexamine the supply chain risks in software engineering. This article is an attempt at that. The Vulnerability Trifecta in Third-Party Products The CyCognito report identifies three critical areas where third-party products introduce significant","twitter:creator":"@nocturnalknight"},"aioseo_meta_data":{"post_id":"1275","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-19 12:06:12","updated":"2026-08-19 12:06:12"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/3.10.118.248\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/3.10.118.248\/?cat=81\" title=\"Information Security\">Information Security<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/3.10.118.248\/?cat=163\" title=\"Supply Chain Vulnerabilities\">Supply Chain Vulnerabilities<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDo You Know What\u2019s in Your Supply Chain? The Case for Better Security\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/3.10.118.248"},{"label":"Information Security","link":"http:\/\/3.10.118.248\/?cat=81"},{"label":"Supply Chain Vulnerabilities","link":"http:\/\/3.10.118.248\/?cat=163"},{"label":"Do You Know What\u2019s in Your Supply Chain? The Case for Better Security","link":"http:\/\/3.10.118.248\/?p=1275"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/3.10.118.248\/index.php?rest_route=\/wp\/v2\/posts\/1275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/3.10.118.248\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/3.10.118.248\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/3.10.118.248\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/3.10.118.248\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1275"}],"version-history":[{"count":0,"href":"http:\/\/3.10.118.248\/index.php?rest_route=\/wp\/v2\/posts\/1275\/revisions"}],"wp:attachment":[{"href":"http:\/\/3.10.118.248\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/3.10.118.248\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1275"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/3.10.118.248\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}