Comparison Overview
Hikvision Korea

Hikvision Korea
분당구 판교역로 192번길 14-1 5층, 성남시, KR
Last Update: 16/02/2026
하이크비전(Hikvision)은 기계인식, 인공지능 및 빅데이터의 첨단 기술을 통해 다양한 산업분야에 서비스를 제공하고 AIoT의 미래를 선도하기 위해 최선을 다하고 있습니다. 하이크비전은 영상 보안, 출입 통제 및 경보 시스템을 포함하는 광범위한 물리적 보안 제품을 제공합니다. 또한 최종 사용자에게 안전 관리 및 비즈니스 인텔리전스를 위한 새로운 애플리케이션과 가능성을 지원하기 위해 AI 기술로 구동되는 통합 보안 솔루션을 제공합니다. 지난 몇 년 동안 하이크비전은 스마트 시...

Virtusa
132 Turnpike Road, Southborough, 01772, US
Last Update: 05/04/2026
Virtusa is a global product and platform engineering services company that makes experiences better with technology. We help organizations grow faster, more profitably, and more sustainably by reimagining enterprises through domain-driven solutions. We combine strategy,...
Compliance Ranges Comparison

Hikvision Korea







Virtusa






Benchmark & Cyber Underwriting Signals
Incidents vs IT Services and IT Consulting Industry Avg (This Year)
No incidents recorded for Hikvision Korea in 2026.
Incidents vs IT Services and IT Consulting Industry Avg (This Year)
No incidents recorded for Virtusa in 2026.
Incident History - Hikvision Korea (X = Date, Y = Severity)
Hikvision Korea cyber incidents detection timeline including parent company and subsidiaries.
Incident History - Virtusa (X = Date, Y = Severity)
Virtusa cyber incidents detection timeline including parent company and subsidiaries.
Notable Incidents

Hikvision Korea

Virtusa
FAQ
Latest Global CVEs
A flaw has been found in sigoden aichat up to 0.30.4. This affects an unknown function of the file src/serve.rs of the component API Endpoint. This manipulation causes uncontrolled memory allocation. The attack can be initiated remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
A vulnerability was detected in rowboatlabs rowboat up to 0.9.1. The impacted element is the function request.text/req.json of the file apps/rowboat/app/api/composio/webhook/route.ts of the component Composio Webhook Endpoint. The manipulation results in denial of service. It is possible to launch the attack remotely. The exploit is now public and may be used. Upgrading to version 0.9.2 is sufficient to resolve this issue. Upgrading the affected component is recommended. The legacy Next.js app was deleted at 0.9.2 rather than patched, leaving no security control behind.
A security vulnerability has been detected in Reader Tools PDF Reader App 98.8 on Android. The affected element is the function ActSplashNew.handleDeeplink of the component File Handler. The manipulation of the argument _display_name leads to path traversal. An attack has to be approached locally. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Windows ML CLI is a command line tool for building portable, performant, and high-quality AI models for Windows ML. Prior to 0.4.0, the src/winml/modelkit/serve/cli_api.py component exposes WinML CLI commands through a localhost HTTP API without authentication and configures the allow_origins setting as a wildcard in both src/winml/modelkit/serve/cli_api.py and src/winml/modelkit/serve/app.py. A malicious website loaded by a user can send cross-origin requests to /v1/cli/build or /v1/cli/config and set the trust_remote_code parameter to true, which is converted to the --trust-remote-code command-line flag without validation. This reaches AutoConfig.from_pretrained with trust_remote_code=True in src/winml/modelkit/loader/_autoconfig.py and imports Python code from an attacker-controlled model repository, resulting in arbitrary code execution as the server user. This issue is fixed in version 0.4.0.
fast-uri serializes the port component of a URI without validating it. When recomposing the authority, the userinfo and host components are escaped but the port is concatenated verbatim, so a port value that is not a sequence of digits can inject authority delimiters, demoting the intended host to userinfo and pointing the authority at an attacker-controlled host. Both fast-uri and Node's URL read the result back as the attacker's host with no error, so re-validating the built URI does not catch it. This affects applications that build URIs from parts and assign untrusted data to the port component through the serialize, normalize, or equal functions in their object forms. The issue affects fast-uri versions before 2.4.6, from 3.0.0 before 3.1.7, and from 4.0.0 before 4.1.4. It is fixed in 2.4.6, 3.1.7, and 4.1.4, where recomposeAuthority rejects any port that is not a digit sequence per RFC 3986.