Comparison Overview
맥킨지앤드컴퍼니 (McKinsey Korea)

맥킨지앤드컴퍼니 (McKinsey Korea)
54F Three IFC, 10 Gukjegeumyung-ro, Yeongdeungpo-gu, Seoul, Seoul, 07326, KR
Last Update: 31/01/2026
맥킨지앤드컴퍼니(McKinsey & Company)는 세계 유수의 기업, 정부, 공공기관의 신뢰받는 자문 파트너로 활동하는 글로벌 경영 컨설팅 기업입니다. 민간, 공공, 사회 전반에 걸친 다양한 조직들과 협업하며, 깊이 있는 전문성과 폭넓은 글로벌 네트워크를 바탕으로 복잡하고 중요한 과제를 해결합니다. 우리는 고객과 함께 역량과 리더십을 강화하며, 실질적인 해법 도출과 지속 가능한 변화에 기여하는 것을 목표로 합니다. 해당 페이지에서는 맥킨지 한국 오피스의 미디어 활동,...

Arcadis
Gustav Mahlerplein 97-103, Amsterdam, Nederland, NL, 1082 MS
Last Update: 30/03/2026
Arcadis is a leading global partner, delivering transformative projects with businesses, cities and industries. With 36,000 people active in more than 30 countries, we bring together the best minds from around the world to deliver intelligent products and solutions that...
Compliance Ranges Comparison

맥킨지앤드컴퍼니 (McKinsey Korea)







Arcadis






Benchmark & Cyber Underwriting Signals
Incidents vs Professional Services Industry Avg (This Year)
No incidents recorded for 맥킨지앤드컴퍼니 (McKinsey Korea) in 2026.
Incidents vs Professional Services Industry Avg (This Year)
No incidents recorded for Arcadis in 2026.
Incident History - 맥킨지앤드컴퍼니 (McKinsey Korea) (X = Date, Y = Severity)
맥킨지앤드컴퍼니 (McKinsey Korea) cyber incidents detection timeline including parent company and subsidiaries.
Incident History - Arcadis (X = Date, Y = Severity)
Arcadis cyber incidents detection timeline including parent company and subsidiaries.
Notable Incidents

맥킨지앤드컴퍼니 (McKinsey Korea)

Arcadis
FAQ
Latest Global CVEs
OliveTin gives access to predefined shell commands from a web interface. The `filterToDefinedArgumentsOnly` function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a special case allows any argument whose name starts with `ot_` to bypass this filter. While two system arguments (`ot_executionTrackingId` and `ot_username`) are injected by OliveTin and overridden, all other `ot_`-prefixed arguments supplied by the user pass through unmodified. These bypassed arguments are not type-checked — the validation loop only iterates over the action's defined arguments, so `ot_`-prefixed arguments skip all type safety checks entirely; set as environment variables — via `buildEnv()`, with completely unvalidated values, and passed to the executed command; and included in the template context — available as `.Arguments.ot_*` in template rendering. Commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d contains a patch.
WeeChat (Wee Enhanced Environment for Chat) is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions (weechat_strcasecmp and strcmp) to verify password hashes and plaintext passwords. An attacker can exploit timing differences to extract the server-computed hash character by character, then authenticate using the correct hash without knowing the password. Version 4.9.1 fixes the issue.
WeeChat (Wee Enhanced Environment for Chat) is a free chat client. In versions 4.3.0 through 4.9.0, the WeeChat relay module's WebSocket permessage-deflate decompression function relay_websocket_inflate() has no upper bound on output size. An authenticated relay user can send a small compressed WebSocket frame (~100 bytes) that decompresses to gigabytes, exhausting all server memory and crashing the entire WeeChat process. The api protocol enables permessage-deflate and requires authentication before WebSocket upgrade. Version 4.9.1 patches the issue.
FORT Validator is a Resource Public Key Infrastructure (RPKI) relying-party validator that produces validated route-origin data. FORT Validator versions through 1.6.7 contain an origin-validation error in their RRDP processing: a delegated CA under the same Trust Anchor Locator (TAL) can reference a victim CA’s public RRDP notification and snapshot URLs, causing FORT’s URL-based download cache to report success after deleting the victim’s local snapshot. Following a routine victim publication, this can silently remove the victim’s VRPs and other signed objects from FORT’s output, potentially enabling route hijacking or loss of reachability. Version 1.6.8 contains a patch that rejects cross-origin RRDP snapshot and delta URLs; as a workaround, administrators can disable HTTP/RRDP with --http.enabled=false while keeping rsync enabled, although this can leave data unavailable or stale where rsync is not supported.
Recce is a data-validation toolkit for enhanced dbt (data build tool) PR review. Prior to version 1.50.0, OSS server deployments that expose the server to an untrusted network without authentication are vulnerable to unauthenticated SQL execution through the query run API. When Recce is configured with a DuckDB-backed project, an attacker can use DuckDB filesystem primitives to read and write files accessible to the Recce server process. The impact depends on how Recce is deployed, but may include disclosure of local files, tampering with Recce/dbt artifacts, modification of browser-served static files leading to stored XSS, and modification of application files if those paths are writable. If Recce is run as root, file access occurs with root privileges inside that host or container. This issue has been patched in Recce `v1.50.0`. Users should upgrade to Recce `v1.50.0` or later. The patch restricts unsafe file read/write behavior for DuckDB-backed query execution and hardens the affected query path. Other warehouse adapters have also been reviewed for similar exposure. Users who cannot upgrade immediately should avoid exposing `recce server` to the public internet or any untrusted network. Recommended mitigations include enabling authentication or placing Recce behind an authenticated reverse proxy/VPN, running Recce as a non-root user, using a read-only application filesystem where possible, and ensuring that sensitive files or credentials are not available to the Recce process.