Rankiteo Logo
Rankiteo
Leader in Cyber Underwriting
Loading...
NEWRankiteo Cyber Underwriting Desktop - Score, price, and bind from your desktop
WindowsmacOSLinux
Download

Comparison Overview

Maine Cancer FoundationMaine Cancer Foundation
VS
TED ConferencesTED Conferences
Maine Cancer Foundation

Maine Cancer Foundation

170 US Route 1, Suite 250, Falmouth, 04105, US

Last Update: 02/04/2026

View Profile
Between 700 and 749
http://www.mainecancer.org
745/1000Moderate

Maine Cancer Foundation is a non-profit organization dedicated to reducing the incidence and mortality of cancer in Maine. We lead a state-wide effort to foster and grow the most promising and effective cancer-fighting efforts available to the people of Maine through a ...

NAICS:8135
NAICS Definition:Others
Employees:12
Subsidiaries:0
12-month incidents
0
Known data breaches
1
Attack type number
1
TED Conferences

TED Conferences

330 Hudson Street, New York, 10013, US

Last Update: 04/04/2026

View Profile
Between 800 and 849
http://www.TED.com
846/1000Good

TED’s mission is to discover and champion the ideas that will shape tomorrow. Powerful ideas, powerfully presented, can move us to feel something, to think differently, to take action and create a brighter future. TED finds these powerful ideas across disciplines and a...

NAICS:8135
NAICS Definition:Others
Employees:15,408
Subsidiaries:1
12-month incidents
0
Known data breaches
0
Attack type number
0

Compliance Ranges Comparison

Based On Specific Ai Models Category
Maine Cancer Foundation

Maine Cancer Foundation

-
ISO 27001Not verified
ISO 27001
-
SOC2 Type 1Not verified
SOC2 Type 1
-
SOC2 Type 2Not verified
SOC2 Type 2
-
GDPRNot verified
GDPR
-
PCI DSSNot verified
PCI DSS
-
HIPAANot verified
HIPAA
TED Conferences

TED Conferences

-
ISO 27001Not verified
ISO 27001
-
SOC2 Type 1Not verified
SOC2 Type 1
-
SOC2 Type 2Not verified
SOC2 Type 2
-
GDPRNot verified
GDPR
-
PCI DSSNot verified
PCI DSS
-
HIPAANot verified
HIPAA

Benchmark & Cyber Underwriting Signals

Incidents vs Non-profit Organizations Industry Avg (This Year)

No incidents recorded for Maine Cancer Foundation in 2026.

Incidents

Incidents vs Non-profit Organizations Industry Avg (This Year)

No incidents recorded for TED Conferences in 2026.

Incidents

Incident History - Maine Cancer Foundation (X = Date, Y = Severity)

Maine Cancer Foundation cyber incidents detection timeline including parent company and subsidiaries.

R - Ransomware
C - Cyber Attack
D - Data Breach
V - Vulnerability

Incident History - TED Conferences (X = Date, Y = Severity)

TED Conferences cyber incidents detection timeline including parent company and subsidiaries.

No timeline data available
R - Ransomware
C - Cyber Attack
D - Data Breach
V - Vulnerability

Notable Incidents

Last Cyber / HR Incidents / Global...
Maine Cancer Foundation

Maine Cancer Foundation

Incidents
🔒 Incident : Breach
MAI23125123
TED Conferences

TED Conferences

Incidents
No explicit notable incidents reported.

FAQ

Between Maine Cancer Foundation company and TED Conferences company, which one has the best AI Cybersecurity Score ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced more cyber incidents in the past ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced more cyber incidents this year ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced at least one ransomware attack ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced at least one data breach ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced at least one targeted cyberattack ?
Between Maine Cancer Foundation company and TED Conferences company, which one has experienced at least one vulnerability ?
Between Maine Cancer Foundation company and TED Conferences company, which one holds the most compliance certifications ?
Between Maine Cancer Foundation company and TED Conferences company, which one holds the fewest compliance certifications ?
Between Maine Cancer Foundation company and TED Conferences company, which one has the most subsidiaries ?
Between Maine Cancer Foundation company and TED Conferences company, which one has the largest number of employees ?
Between Maine Cancer Foundation and TED Conferences, which company holds both SOC 2 Type 1 certifications ?
Between Maine Cancer Foundation and TED Conferences, which company holds both SOC 2 Type 2 certifications ?
Which company is ISO 27001 certified - Maine Cancer Foundation or TED Conferences ?
Which company is PCI DSS compliant - Maine Cancer Foundation or TED Conferences ?
Between Maine Cancer Foundation and TED Conferences, which company complies with HIPAA regulations for healthcare data ?
Between Maine Cancer Foundation and TED Conferences, which company complies with GDPR requirements ?

Latest Global CVEs

CVE-2026-49416
SUMMARY

The CONS_HISTORY ioctl handler did not adequately validate the requested history size. A large value caused an integer overflow in the buffer size calculation, resulting in a heap allocation smaller than expected. Subsequent initialization of the buffer wrote beyond the end of the allocation. An unprivileged local user with access to a vt(4) device can trigger an out-of-bounds write in the kernel, potentially escalating privileges.

PUBLISHED
Date2026-06-27
UPDATED
Date2026-06-27
IMPACT SCORE
NA
EXPLOITABILITY
NA
CVE-2026-49414
SUMMARY

The ELF image activator cleared per-process ASLR preference flags for setuid binaries after the code that computes the PIE base address, rather than before. As a result, a user-requested ASLR disable was still in effect at the point where the base address was chosen. An unprivileged local user can disable ASLR for a setuid PIE binary by calling procctl(2) before execve(2). This makes exploitation of any separate memory corruption vulnerability in that binary significantly easier.

PUBLISHED
Date2026-06-27
UPDATED
Date2026-06-27
IMPACT SCORE
NA
EXPLOITABILITY
NA
CVE-2026-49417
SUMMARY

Second, the audio buffer backing a mapping could be freed when the device was closed even though the mapping remained valid. The freed memory could then be reused elsewhere while still accessible through the stale mapping. The /dev/dsp device nodes are world-accessible by default. On a system with an audio device, either issue allows an unprivileged local user to read and write kernel memory, which can be used to escalate privileges, potentially gaining full control of the affected system. At a minimum, an attacker can crash the kernel, resulting in a Denial of Service (DoS).

PUBLISHED
Date2026-06-27
UPDATED
Date2026-06-27
IMPACT SCORE
NA
EXPLOITABILITY
NA
CVE-2026-49413
SUMMARY

The Linuxulator determined whether a binary was set-user-ID or set-group-ID by checking the P_SUGID process flag. During execve(2), this flag is not yet set at the point where the auxiliary vector is constructed, so AT_SECURE was incorrectly set to zero for set-user-ID and set-group-ID executables. An unprivileged local user can inject a shared library via LD_PRELOAD into a set-user-ID or set-group-ID Linux binary, gaining the privileges of that binary.

PUBLISHED
Date2026-06-27
UPDATED
Date2026-06-27
IMPACT SCORE
NA
EXPLOITABILITY
NA
CVE-2026-49412
SUMMARY

The kernel handler for IPV6_MSFILTER dropped a serializing lock in order to copy the source-filter list from userspace, then reacquired the lock. During this window another thread could free the multicast filter structure, leaving the handler with a stale pointer to freed memory. An unprivileged local user can exploit this use-after-free to escalate privileges.

PUBLISHED
Date2026-06-27
UPDATED
Date2026-06-27
IMPACT SCORE
NA
EXPLOITABILITY
NA