Risk Management
Webinar Today: Third-Party Risk in Practice – Where Programs Break Down and How to Respond
Join this live webinar as we examine the gap between how organizations think their third-party risk programs are performing and what’s actually happening in practice.

Live Webinar: June 4, 2026 at 1PM ET – Register to Attend
Join this live webinar as we examine the gap between how organizations think their third-party risk programs are performing and what’s actually happening in practice.
Rather than focusing on theory or tooling, this session uses real-world benchmark data to help you evaluate your current approach, identify gaps, and prioritize improvements that can meaningfully reduce risk and improve program performance.
Join the live webinar to gain a clearer understanding of:
- Why assessment timelines remain slow and difficult to scale
- How third-party breaches continue to impact even mature programs
- Where manual effort is creating bottlenecks and hidden risk
- How visibility gaps extend beyond third parties into fourth-party exposure
- What separates more effective programs across industries and organization sizes
Daily Briefing Newsletter
Subscribe to the SecurityWeek Email Briefing for the latest cybersecurity threats, trends, and expert
insights.
(function () {
var SOURCE = “Article”;
var TARGET = “#sw-hs-form-article-1”;
function create() {
if (typeof hbspt === ‘undefined’ || !hbspt.forms) return false;
hbspt.forms.create({
portalId: “5319632”,
formId: “05a88e2a-0d52-4b0c-a0e2-fdb79a8d17e0”,
region: “na1”,
target: TARGET,
cssClass: “sw-hs-article”,
hiddenFields: { email_signup_source: SOURCE },
onFormReady: function () {
var root = document.querySelector(TARGET);
if (!root) return;
// Namespace input ids (and any label[for] / aria-*
// refs that point to them) to make them unique per
// embed. HubSpot derives ids from the form id, so
// every embed on a page emits the same hsForm_/email-/
// label-email- ids. Duplicate input ids break the
// getElementById validation lookups that cause the
// “click Subscribe several times before it works”
// symptom (validation reads the wrong form’s empty
// input).
//
// CRITICAL: only rename inputs. Do NOT touch the
// id or the label ids. HubSpot’s submit-
// response routing uses the form id to pick which
// embed receives the success message; renaming the
// form id makes the success message land in the
// wrong form.
var suffix = ‘-‘ + SOURCE.toLowerCase();
var idMap = {};
root.querySelectorAll(‘input[id]’).forEach(function (input) {
if (input.id.slice(-suffix.length) === suffix) return;
var oldId = input.id;
idMap[oldId] = oldId + suffix;
input.id = idMap[oldId];
});
root.querySelectorAll(‘[for]’).forEach(function (el) {
if (idMap[el.htmlFor]) el.htmlFor = idMap[el.htmlFor];
});
[‘aria-labelledby’, ‘aria-describedby’, ‘aria-controls’].forEach(function (attr) {
root.querySelectorAll(‘[‘ + attr + ‘]’).forEach(function (el) {
var val = el.getAttribute(attr);
if (val && idMap[val]) el.setAttribute(attr, idMap[val]);
});
});
var email = root.querySelector(‘input[name=”email”]’);
if (email && !email.placeholder) {
email.placeholder = ‘Business Email Address…’;
}
// hiddenFields is honored in raw-HTML mode; restamp anyway
// in case anything resets the value before submit.
var src = root.querySelector(‘input[name=”email_signup_source”]’);
if (src) {
src.value = SOURCE;
src.dispatchEvent(new Event(‘input’, { bubbles: true }));
src.dispatchEvent(new Event(‘change’, { bubbles: true }));
}
},
onFormSubmit: function () {
document.dispatchEvent(new CustomEvent(‘sw:newsletter:submitted’, {
detail: { position: SOURCE }
}));
}
});
return true;
}
if (!create()) {
var attempts = 0;
var t = setInterval(function () {
attempts++;
if (create() || attempts > 50) clearInterval(t);
}, 100);
}
})();
More from SecurityWeek News
- Dragos Acquires xIoT Security Firm Phosphorus
- In Other News: Trump Mobile Data Breach, FIFA World Cup Phishing, CISA Responds to Supply Chain Attacks
- IBM and Red Hat Commit $5 Billion to Secure Open Source Supply Chains Under “Project Lightwell”
- SecurityWeek to Host AI Risk Summit August 11-12 at the Ritz-Carlton, Half Moon Bay
- Lastwall Raises $11.5 Million for Quantum-Resilient Identity Platform
- Watch on Demand: Threat Detection & Incident Response Summit – All Sessions Available
- In Other News: Industrial Router Exploitation, CISA KEV Nomination Form, Gas Station Hacking
- Ocean Emerges From Stealth With $28M for Agentic Email Security Platform
Latest News
- Willow Raises $7 Million for Securing Autonomous AI Agents
- Gemini Voice Assistant Hijacked via Messaging Notifications
- Mirasvit Vulnerability Exploited to Execute Code on Magento Servers
- Chinese Cybercrime Group in Spotlight for Record Campaign Pace
- Over 1.4 Million Accounts Disrupted in Cybercrime Crackdown
- Cisco Warns of Available PoC for Critical Unified CM Vulnerability
- VS Code Vulnerability Allows One-Click GitHub Token Theft
- Coralogix Raises $200M at $1.6B Valuation to Scale AI Observability Platform

Trending
Daily Briefing Newsletter
Subscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts.
(function () {
var SOURCE = “Widget”;
var TARGET = “#sw-hs-form-widget-2”;
function create() {
if (typeof hbspt === ‘undefined’ || !hbspt.forms) return false;
hbspt.forms.create({
portalId: “5319632”,
formId: “05a88e2a-0d52-4b0c-a0e2-fdb79a8d17e0”,
region: “na1”,
target: TARGET,
cssClass: “sw-hs-widget”,
hiddenFields: { email_signup_source: SOURCE },
onFormReady: function () {
var root = document.querySelector(TARGET);
if (!root) return;
// Namespace input ids (and any label[for] / aria-*
// refs that point to them) to make them unique per
// embed. HubSpot derives ids from the form id, so
// every embed on a page emits the same hsForm_/email-/
// label-email- ids. Duplicate input ids break the
// getElementById validation lookups that cause the
// “click Subscribe several times before it works”
// symptom (validation reads the wrong form’s empty
// input).
//
// CRITICAL: only rename inputs. Do NOT touch the
// id or the label ids. HubSpot’s submit-
// response routing uses the form id to pick which
// embed receives the success message; renaming the
// form id makes the success message land in the
// wrong form.
var suffix = ‘-‘ + SOURCE.toLowerCase();
var idMap = {};
root.querySelectorAll(‘input[id]’).forEach(function (input) {
if (input.id.slice(-suffix.length) === suffix) return;
var oldId = input.id;
idMap[oldId] = oldId + suffix;
input.id = idMap[oldId];
});
root.querySelectorAll(‘[for]’).forEach(function (el) {
if (idMap[el.htmlFor]) el.htmlFor = idMap[el.htmlFor];
});
[‘aria-labelledby’, ‘aria-describedby’, ‘aria-controls’].forEach(function (attr) {
root.querySelectorAll(‘[‘ + attr + ‘]’).forEach(function (el) {
var val = el.getAttribute(attr);
if (val && idMap[val]) el.setAttribute(attr, idMap[val]);
});
});
var email = root.querySelector(‘input[name=”email”]’);
if (email && !email.placeholder) {
email.placeholder = ‘Business Email Address…’;
}
// hiddenFields is honored in raw-HTML mode; restamp anyway
// in case anything resets the value before submit.
var src = root.querySelector(‘input[name=”email_signup_source”]’);
if (src) {
src.value = SOURCE;
src.dispatchEvent(new Event(‘input’, { bubbles: true }));
src.dispatchEvent(new Event(‘change’, { bubbles: true }));
}
},
onFormSubmit: function () {
document.dispatchEvent(new CustomEvent(‘sw:newsletter:submitted’, {
detail: { position: SOURCE }
}));
}
});
return true;
}
if (!create()) {
var attempts = 0;
var t = setInterval(function () {
attempts++;
if (create() || attempts > 50) clearInterval(t);
}, 100);
}
})();
Webinar: Third-Party Risk in Practice
June 4, 2026
Organizations are investing heavily in third-party risk management, but breaches, delays, and blind spots continue to persist. Join this live webinar as we examine the gap between how organizations think their third-party risk programs are performing and what’s actually happening in practice.
Virtual Roundtable: CISO Forum 2026 Mid-Year Review
June 10, 2026
Explore how attackers are using AI to scale threats and how security teams can respond with AI-driven defenses. Protecting against unmonitored use of generative AI (Shadow AI) in business units and building and enforcing AI governance frameworks.
People on the Move
Cyera has appointed Naveen Palavalli as Chief Marketing Officer.
Connie Devine has been promoted to Chief Information Security Officer at Phillips 66.
Jeff Lunglhofer becomes Chief Security Officer at Coinbase, replacing Philip Martin.
Expert Insights
![]()
AI can help attackers generate malware, create malicious payloads, bypass simple security checks, and convert vague malicious intent into functional code.
(Etay Maor)
![]()
CISOs are now facing machine-speed attacks and asking, “How do I agent?” The industry must provide remediation at scale.
(Nadir Izrael)
![]()
As enterprises rush AI projects into production, security teams are increasingly being forced into reactive mode.
(Joshua Goldfarb)
![]()
The organizations best prepared to face disruption are those that align security, continuity and risk management around what the business cannot afford to lose.
(Steve Durbin)
![]()
For AI data centers, where the stakes are the highest and performance constraints are the tightest, security and performance are no longer a zero-sum game.
(Nadir Izrael)
jQuery(document).ready(function($) {
$(“.zox-soc-stat-click-46870”).on(“click”, function(){
$(“.zox-more-click-46870”).toggleClass(“zox-soc-more-open”);
});
});
window.dataLayer = window.dataLayer || [];
dataLayer.push({
‘event’: ‘authorData’,
‘author’: ‘SecurityWeek News’,
});
if (!window.AdButler) {
(function() {
var s = document.createElement(“script”);
s.async = true;
s.type = “text/javascript”;
s.src = ‘https://ads.securityweek.com/app.js’;
var n = document.getElementsByTagName(“script”)[0];
n.parentNode.insertBefore(s, n);
}());
}
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || ”;
var plc1097053 = window.plc1097053 || 0;
document.write(‘' + 'div>‘);
AdButler.ads.push({
handler: function(opt) {
AdButler.register(179018, 1097053, [970, 90], ‘placement_1097053_’ + opt.place, opt);
},
opt: {
place: plc1097053++,
keywords: abkw,
domain: ‘ads.securityweek.com’,
click: ‘CLICK_MACRO_PLACEHOLDER’
}
});