Comparison Overview

Synthetix

VS

Persistent Systems

Synthetix

Unit 1H Grovemere House, Ely, Cambridgeshire, CB6 3NW, GB
Last Update: 2025-03-06 (UTC)
Between 900 and 1000

Excellent

Synthetix is one of the UK's leading Cloud Customer Service companies, providing Enterprise-grade software solutions since 2001. Synthetix supplies knowledgebase and messaging services for contact centres, websites, social channels and telephony. Our trusted software platform, Synthetix Cloud, powers millions of customer service interactions every day for clients across sectors as diverse as financial services, retail, healthcare, government and utilities. We're not just about technology. We will leverage our huge experience of successful deployments to guarantee high quality experiences for your customers from day one. Visit us at synthetix.com for more. * Oh, and we're NOT those weird crypto bros that share a name with us - we were here first. Seriously, stop emailing us about crypto. Just stop.

NAICS: 541
NAICS Definition:
Employees: 15
Subsidiaries: 0
12-month incidents
0
Known data breaches
0
Attack type number
0

Persistent Systems

Bhageerath, 402 E, Pune, Maharashtra, 411016, IN
Last Update: 2025-05-06 (UTC)

Strong

Between 800 and 900

We are an AI-led, platform-driven Digital Engineering and Enterprise Modernization partner, combining deep technical expertise and industry expertise to help our clients anticipate whatโ€™s next. Our offerings and proven solutions create a unique competitive advantage for our clients by giving them the power to see beyond and rise above. We work with many industry-leading organizations worldwide, including 12 of the 30 most innovative global companies, 60% of the largest banks in the US and India, and multiple innovators across the healthcare ecosystem. Our disruptorโ€™s mindset and commitment to client success have enabled us to sustain our growth momentum by reporting $360.2M revenue in Q3 FY25, delivering 4.3% Q-o-Q and 19.9% Y-o-Y growth. Our 23,900+ global team members, located in 19 countries, have been instrumental in helping the market leaders transform their industries. Included in the Dow Jones Sustainability World Index for setting high standards in sustainability and corporate responsibility and recognized for our state-of-the-art learning and development initiatives at the 16th TISS LeapVault CLO Awards, we also won four categories at the prestigious 2024 ISG Star of Excellenceโ„ข Awards, including the Overall Award based on the voice of the customer. Additionally, we were cited as the fastest-growing IT services brand in the 2024 Brand Finance India 100 Report. Throughout our market-leading growth, we have maintained a strong employee satisfaction score of 8.2/10. โ We foster an environment where employees accelerate personal and professional growth, drive positive impact through cutting-edge technology, and enjoy collaborative innovation with diversity and work-life balance at the core. Join us in shaping the future with the best in the industry.

NAICS: 5415
NAICS Definition: Computer Systems Design and Related Services
Employees: 25,218
Subsidiaries: 0
12-month incidents
0
Known data breaches
0
Attack type number
0

Compliance Badges Comparison

Security & Compliance Standards Overview

https://images.rankiteo.com/companyimages/synthetix-ltd.jpeg
Synthetix
โ€”
ISO 27001
Not verified
โ€”
SOC 2
Not verified
โ€”
GDPR
No public badge
โ€”
PCI DSS
No public badge
https://images.rankiteo.com/companyimages/persistent-systems.jpeg
Persistent Systems
โ€”
ISO 27001
Not verified
โ€”
SOC 2
Not verified
โ€”
GDPR
No public badge
โ€”
PCI DSS
No public badge
Compliance Summary
Synthetix
100%
Compliance Rate
0/4 Standards Verified
Persistent Systems
0%
Compliance Rate
0/4 Standards Verified

Benchmark & Cyber Underwriting Signals

Incidents vs IT Services and IT Consulting Industry Average (This Year)

No incidents recorded for Synthetix in 2025.

Incidents vs IT Services and IT Consulting Industry Average (This Year)

No incidents recorded for Persistent Systems in 2025.

Incident History โ€” Synthetix (X = Date, Y = Severity)

Synthetix cyber incidents detection timeline including parent company and subsidiaries

Incident History โ€” Persistent Systems (X = Date, Y = Severity)

Persistent Systems cyber incidents detection timeline including parent company and subsidiaries

Notable Incidents

Last 3 Security & Risk Events by Company

https://images.rankiteo.com/companyimages/synthetix-ltd.jpeg
Synthetix
Incidents

No Incident

https://images.rankiteo.com/companyimages/persistent-systems.jpeg
Persistent Systems
Incidents

No Incident

FAQ

Synthetix company company demonstrates a stronger AI risk posture compared to Persistent Systems company company, reflecting its advanced AI governance and monitoring frameworks.

Historically, Persistent Systems company has disclosed a higher number of cyber incidents compared to Synthetix company.

In the current year, Persistent Systems company and Synthetix company have not reported any cyber incidents.

Neither Persistent Systems company nor Synthetix company has reported experiencing a ransomware attack publicly.

Neither Persistent Systems company nor Synthetix company has reported experiencing a data breach publicly.

Neither Persistent Systems company nor Synthetix company has reported experiencing targeted cyberattacks publicly.

Neither Synthetix company nor Persistent Systems company has reported experiencing or disclosing vulnerabilities publicly.

Neither Synthetix company nor Persistent Systems company has publicly disclosed detailed information about the number of their subsidiaries.

Persistent Systems company employs more people globally than Synthetix company, reflecting its scale as a IT Services and IT Consulting.

Latest Global CVEs (Not Company-Specific)

Description

FreshRSS is a free, self-hostable RSS aggregator. Versions 1.26.3 and below do not sanitize certain event handler attributes in feed content, so by finding a page that renders feed entries without CSP, it is possible to execute an XSS payload. The Allow API access authentication setting needs to be enabled by the instance administrator beforehand for the attack to work as it relies on api/query.php. An account takeover is possible by sending a change password request via the XSS payload / setting UserJS for persistence / stealing the autofill password / displaying a phishing page with a spoofed URL using history.replaceState() If the victim is an administrator, the attacker can also perform administrative actions. This issue is fixed in version 1.27.0.

Risk Information
cvss3
Base: 6.7
Severity: HIGH
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L
Description

go-f3 is a Golang implementation of Fast Finality for Filecoin (F3). In versions 0.8.6 and below, go-f3 panics when it validates a "poison" messages causing Filecoin nodes consuming F3 messages to become vulnerable. A "poison" message can can cause integer overflow in the signer index validation, which can cause the whole node to crash. These malicious messages aren't self-propagating since the bug is in the validator. An attacker needs to directly send the message to all targets. This issue is fixed in version 0.8.7.

Risk Information
cvss3
Base: 7.5
Severity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Description

go-f3 is a Golang implementation of Fast Finality for Filecoin (F3). In versions 0.8.8 and below, go-f3's justification verification caching mechanism has a vulnerability where verification results are cached without properly considering the context of the message. An attacker can bypass justification verification by submitting a valid message with a correct justification and then reusing the same cached justification in contexts where it would normally be invalid. This occurs because the cached verification does not properly validate the relationship between the justification and the specific message context it's being used with. This issue is fixed in version 0.8.9.

Risk Information
cvss3
Base: 5.9
Severity: HIGH
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L
Description

mkdocs-include-markdown-plugin is an Mkdocs Markdown includer plugin. In versions 7.1.7 and below, there is a vulnerability where unvalidated input can collide with substitution placeholders. This issue is fixed in version 7.1.8.

Risk Information
cvss3
Base: 6.5
Severity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Description

go-mail is a comprehensive library for sending mails with Go. In versions 0.7.0 and below, due to incorrect handling of the mail.Address values when a sender- or recipient address is passed to the corresponding MAIL FROM or RCPT TO commands of the SMTP client, there is a possibility of wrong address routing or even ESMTP parameter smuggling. For successful exploitation, it is required that the user's code allows for arbitrary mail address input (i. e. through a web form or similar). If only static mail addresses are used (i. e. in a config file) and the mail addresses in use do not consist of quoted local parts, this should not affect users. This issue is fixed in version 0.7.1

Risk Information
cvss4
Base: 8.2
Severity: LOW
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X