Chinese cameras: what the authorities actually say

The Czech cyber agency called them high risk, Canada shut Hikvision down, the EU is drafting a high-risk supplier list. Nine sections, each with primary sources — and real Czech retail prices verified on 6 August 2026.
DocumentedIn progressAssessment

Documented = an official document, a law in force, a court decision or the manufacturer’s own statement. In progress = a proposal that is not yet law. Assessment = an agency’s probability judgement or a snapshot of market prices.

01

Documented

Czechia: the first state document to name the vendors

On 29 August 2025 the Czech cyber security agency NÚKIB published a nineteen-page strategic analysis naming Hikvision and Dahua directly. Its conclusion uses the agency’s standard probability scale: it is probable (55–70 %) that some of the cameras are to some degree compromised by Chinese authorities.

A formal warning followed on 3 September 2025 — an instrument with real legal weight. Threat level: high. It covers the transfer of system and user data as well as remote administration from China, and it lists IP cameras first. It is not a ban. But entities regulated under Act 264/2025 Coll. must factor the threat into their risk analysis.

Czech market share by manufacturer origin

Public contracts register, 2016–202334 %China20 %Sweden20 %Germany17 %Czechia9 %Other

NÚKIB notes the real Chinese share is higher: the 17 % attributed to Czech firms belongs to companies that do not manufacture cameras themselves. With OEM rebranding, the true share could exceed 50 %.

CZK 13 bn

value of public contracts for Chinese-made camera systems in Czechia, 2016–2023

NÚKIB, from public contracts register data

Where they are installed

Per NÚKIB and Czech investigative reporting: around the General Staff of the Czech Army, selected railway stations, Czech Post buildings, regional police headquarters, ministries, courts and airports.

Sources1 NÚKIB analysis2 NÚKIB warning3 Act 264/20254 investigace.cz

02

Documented

Slovakia: no warning of its own

Slovakia has no equivalent analysis or warning. Its National Security Authority points to Brussels: according to spokesperson Kristína Petro Garaiová, Slovakia will respect and implement measures adopted at EU level.

That has a practical consequence. In Czechia there is a domestic document to lean on, both when analysing risk and when defending a decision. In Slovakia the binding rule does not exist yet — and it will come from the EU.

National Security Authority of Slovakia

No warning of its own

As of 6 August 2026

“Slovakia will respect and implement the measures adopted at EU level.” — Kristína Petro Garaiová, NBÚ SR spokesperson, June 2026

Where they are installed in Slovakia

Hikvision cameras watch the D1, D2 and D4 motorways around Bratislava (deployed by the national motorway company in 2015), the Slovak–Ukrainian border, and are used by the Bratislava-Petržalka district. The motorway company’s defence: no security incident has occurred since 2015.

Sources5 STVR6 Denník N

03

In progress

The EU and Lithuania: from advice to a binding list

On 20 January 2026 the European Commission tabled a proposal revising the Cybersecurity Act. For the first time it introduces a horizontal framework for ICT supply chain security and allows third countries and named suppliers to be designated high-risk across 18 critical sectors.

The proposal names no company. But it is precisely the mechanism through which a ban could arrive — and once adopted it anticipates roughly three years to remove high-risk suppliers’ equipment. Lithuania did not wait, restricting Chinese cameras across hundreds of public bodies years earlier.

2020

Lithuania’s NKSC

Publishes technical findings on Hikvision and Dahua cameras.

2022

Commission advice

The Commission recommends excluding Huawei and ZTE from member states’ networks.

2023

Lithuanian ban

Chinese equipment banned across hundreds of public bodies, with a replacement deadline.

20 Jan 2026

Commission proposal

Cybersecurity Act revision: high-risk suppliers across 18 sectors.

+3 years

Removal window

Once adopted, operators would have to remove high-risk suppliers’ equipment.

What Lithuania’s NKSC actually found

Update infrastructure hosted on Chinese and Russian servers; mobile apps opening connections to China and behaving differently depending on the user’s country; the weaker HTTP Digest authentication scheme; and an unencrypted proprietary SADP protocol for discovering devices on the network.

Sources7 EC proposal1 NÚKIB analysis

04

Documented

The US and Canada: from restriction to revoked approvals

On 27 June 2025 Canada ordered Hikvision to wind up its Canadian operations under the national security provisions of the Investment Canada Act, alongside a procurement ban for federal bodies and an audit of already installed equipment. Hikvision challenged the order; its motion for a stay was dismissed.

In October 2025 the FCC went further than before, enabling revocation of approvals already granted rather than only blocking new ones. Major retailers then pulled millions of listings. For operators, the practical risk is spare parts and expansion — installed cameras did not stop working.

Who has actually restricted what

Public sectorImport and salePrivate sectorUnited StatesCanadaUnited KingdomLithuaniaDenmarkEU (proposal)Ban or mandatory removalAdvice, not a banProposed, not yet in forceNo restriction

None of these jurisdictions has yet banned Chinese cameras for private companies and households. The restrictions target the state, critical infrastructure and — in the US case — import and sale.

Sources8 Canada9 FCC

05

Documented

What the manufacturers say — and why it is not enough

Hikvision’s position is consistent and public: it has never intentionally contributed to the placement of backdoors in its products, and it is not a threat to national security. The company is contesting both the US and Canadian measures in court.

The most honest finding in the whole NÚKIB analysis is that it partly agrees. The number and severity of vulnerabilities in Chinese cameras are comparable to other manufacturers, Axis included. The problem is not how many bugs there are — it is who hears about them first.

Where a discovered vulnerability goes under Chinese regulation

Manufacturerfinds a vulnerabilitywithin 2 daysMIITministry of industry and ITMSSministry of state securityAPT groupsoperating under the MSSPublication prohibitedas is reporting it to foreign organisations or individualsThe customer hears last — or neverNÚKIB: a real possibility (25–50 %) users will not learn of it in time

A regulation in force since 1 September 2021 requires manufacturers to report a vulnerability to China’s ministry of industry and IT within two days of discovery. It passes the report to the ministry of state security, which oversees a number of Chinese APT groups. Publishing it, or reporting it abroad, is prohibited.

Why this matters more than the CVE count

With a European manufacturer you learn about a flaw at roughly the same moment the attacker does — from a public advisory. With a Chinese manufacturer the state gets a head start whose length is decided by neither you nor the vendor.

Sources10 Hikvision1 NÚKIB analysis

06

Documented

What one of these cameras looks like inside

Hardware security researcher Matt Brown extracted the firmware from a cheap Chinese IP camera and took it apart. Inside: Linux with BusyBox, hard-coded Chinese server addresses, and a hard-coded root password hashed with descrypt — a scheme dating from the 1970s.

In follow-up work he showed more: the device does not verify the certificate chain, so intercepting traffic between camera and cloud succeeds. He then reconstructed the video from captured packets. His own conclusion, though, is more sober than the headlines — which is exactly why it is worth quoting.

What intercepting the camera-to-cloud link revealed

IP cameraLinux + BusyBoxIntercepted connectioncamera does not verify the certificate chainports 443, 15301, 8683, 9898, 12337Vendor clouddevaccess.easy4ipcloud.comVideo reconstructed from captured packetsby reverse-engineering the vendor’s own UDP protocol

Matt Brown’s demonstrations on the Anran and VStarcam CB73 devices. The goal was not to prove an existing backdoor, but to establish what is actually possible from the network.

# hard-coded in the firmware:
root:<hash>:0:0:root:/root:/bin/sh      # descrypt, a 1970s algorithm
devaccess.easy4ipcloud.com              # cloud address in the binary, not changeable

The researcher’s actual conclusion

He does not claim the camera has a live backdoor today. He claims the device has a working automatic firmware update channel — and that the manufacturer can deliver malicious code through it whenever it chooses. The risk is not what the camera does now, but who decides what it does next.

Sources11 Matt Brown 112 Matt Brown 213 Hackaday

07

Documented

The vulnerabilities actually being exploited

Theoretical risk is one thing, documented exploitation another. For Hikvision cameras both exist, and both vulnerabilities below have confirmed real-world exploitation.

Both have long been patched. So what matters is not that the flaw exists, but how many devices never received the update — and how many of those are reachable straight from the internet.

VulnerabilityCVSSWhat it allowsDocumented status
CVE-2021-362609.8Command injection with no login — access to port 80 or 443 is enoughExploited by the Mirai botnet, by APT10 and APT41, and by Russian actors
CVE-2017-792110.0Authentication bypass, access to configuration and to the video feedListed in the CISA KEV catalogue — confirmed exploitation in the wild

80,000+

Hikvision cameras vulnerable to CVE-2021-36260 and reachable from the internet, a year after the patch shipped

NÚKIB strategic analysis (2025)

Sources14 CVE-2021-3626015 CISA KEV1 NÚKIB analysis

08

Documented

The cloud: where your video actually sits

The most common misconception is “the camera is behind a firewall, nobody can get in.” Services like Hik-Connect, EZVIZ and Imou run on P2P — the camera opens the connection outbound. The firewall sees ordinary outbound traffic and allows it. Remote access then returns down that same tunnel, without you ever opening a port.

Where the data ends up is not a matter of guesswork; the vendors describe it in their own policies. EZVIZ lists servers in China, Ireland and other jurisdictions. Hikvision states that staff in mainland China have restricted remote access to personal data for support purposes, with Standard Contractual Clauses as the legal basis for the transfer.

Why P2P walks through a firewall

Your networkCameraP2P enabled out of the boxFirewallno inbound ruleoutbound connection — allowedVendor cloudholds the tunnel openremote access returns down the same tunnelMobile app, anywhere in the world

You never opened a port, and the camera is still reachable from outside. It can be turned off in the camera’s configuration — on Hikvision it is the Platform Access option under Network.

ServiceController established inWhere data sits per the policyP2P out of the box
Hik-Connect (Hikvision)ChinaSupport staff in mainland China have restricted remote access; transfers under SCCsOn
EZVIZChinaServers in China, Ireland and other jurisdictionsOn
Imou / easy4ip (Dahua)ChinaTransfer and storage outside the EU as wellOn
Axis, MilestoneSweden, DenmarkEU-established controller, EU data centres availableNot used
Your own NVR, no cloudYouOn your premises, or in hosting you chooseNot used

Default

camera → internet → vendor cloud → phone

Hardened

camera → isolated VLAN → your own NVR → VPN

NÚKIB’s headline technical recommendation is very simple: isolate the cameras and do not expose them to the internet. If they must be connected, audit port activity regularly. And because so many devices ship with weak default passwords, change them at installation.

Sources16 EZVIZ17 Hik-Connect1 NÚKIB analysis

09

Assessment

What it actually costs

Price is the main reason Chinese cameras get bought, so we did not rely on general estimates. Below are real listings from Czech retailers, verified on 6 August 2026, in a comparable class: outdoor bullet IP camera with PoE.

The result is not what is usually claimed. The cheapest camera in the table is not Chinese. The Chinese vendors have a price advantage only against a premium Axis — against Taiwan’s Vivotek or America’s Ubiquiti they have none at all.

Prices incl. VAT, Czech retailers, verified 6 Aug 2026

Outdoor bullet IP camera, PoE, 4–5 MPUbiquiti UVC-G5-BulletUSA3 706 KčVivotek IB9380-HTaiwan5 618 KčHikvision DS-2CD2043G2-IUChina5 781 KčDahua IPC-HFW2449S-S-ILChina5 924 KčAxis M2036-LESweden15 331 Kč

Prices including VAT from each retailer’s public listing on 6 August 2026. The specifications are not identical — the Ubiquiti has shorter IR range and a lower ingress rating, while the Axis has the longest support life and advanced analytics. Prices change over time.

ModelVendor originSpecificationRetailerPrice incl. VATAvailability
Ubiquiti UVC-G5-BulletUSA5 MP, IR 10 m, IP55Axilogi.comCZK 3,706within 2 days
Vivotek IB9380-HTaiwan5 MP, IR 30 m, IP66/IK10bscom.czCZK 5,618unavailable
Hikvision DS-2CD2043G2-IU (4 mm)China4 MP, IR 40 m, IP67eshop.VAKAP.czCZK 5,781out of stock
Dahua IPC-HFW2449S-S-IL-0280BChina4 MP, IR + LED 30 m, IP67ESCADTRADE.czCZK 5,924over 50 in stock
Axis M2036-LESweden4 MP, IR 20 m, AI analyticsESCADTRADE.czCZK 15,331external warehouse

What this means for a budget

A premium European vendor costs roughly 2.6× the Chinese equivalent — not the four to six times often quoted. And if the budget will not stretch to Axis, there is a middle path: a camera with no internet connection and a recorder you own. It lands at the price of the cheap option and removes most of the risk.

Sources18 ESCADTRADE19 VAKAP20 Axilogi21 bscom.cz

Sources

Every claim in this article points to a specific source. The “Primary” badge marks official documents, laws in force and manufacturers’ own statements.

1PrimaryNÚKIB — Strategic Analysis: Chinese IP Camera Systems, ref. 7005/2025-NÚKIB-E/630, 29 August 2025

2PrimaryNÚKIB — Warning on the threat of data transfer and remote administration from the People’s Republic of China, 3 September 2025

3PrimaryAct No. 264/2025 Coll., on cyber security (in force 1 November 2025)

4investigace.cz — Czechia under Beijing’s watch: Chinese cameras oversee the state’s critical infrastructure

5STVR — Cheap Chinese security systems have taken over towns, offices and homes (with the NBÚ SR statement), 20 June 2026

6Denník N — The Hikvision problem: how Slovakia lets a risky Chinese firm into its security infrastructure

7PrimaryEuropean Commission — Proposal for a Regulation revising the EU Cybersecurity Act, 20 January 2026

8CBC News — Canada orders China’s Hikvision to close Canadian operations over security concerns, 28 June 2025

9PrimaryFCC — Fact Sheet: Protecting Against National Security Threats to the Communications Supply Chain, 7 October 2025

10PrimaryHikvision — Our Response to the Government of Canada’s Order to Shut Down Hikvision Canada Inc.

11Matt Brown — Extracting Firmware from a Chinese Security Camera (Anran IP Camera)

12Matt Brown — Decrypting SSL to Chinese Cloud Servers (VStarcam CB73)

13Hackaday — Hacking a Banned Chinese Security Camera, 18 October 2025

14PrimaryNVD — CVE-2021-36260 (Hikvision command injection, CVSS 9.8)

15PrimaryCISA — Known Exploited Vulnerabilities Catalog (CVE-2017-7921)

16PrimaryEZVIZ — Privacy Policy (data stored in China, Ireland and other jurisdictions)

17PrimaryHik-Connect — Privacy Policy (support access from mainland China, Standard Contractual Clauses)

18ESCADTRADE.cz — listings for Axis M2036-LE and Dahua IPC-HFW2449S-S-IL, verified 6 August 2026

19eshop.VAKAP.cz — listing for Hikvision DS-2CD2043G2-IU (4 mm), verified 6 August 2026

20Axilogi.com — listing for Ubiquiti UVC-G5-Bullet, verified 6 August 2026

21bscom.cz — listing for Vivotek IB9380-H, verified 6 August 2026

Prices verified 6 August 2026. Legal position as of 6 August 2026.

Odoo 20: Six Things Worth Knowing
The new Odoo version ships this September. We've picked the six things with a real operational impact — two of them have a hard deadline, and they apply even to businesses with no upgrade planned.