Comparison Overview
TECO Electric & Machinery Co., Ltd.

TECO Electric & Machinery Co., Ltd.
南港區三重路19之9號5樓, 台北市, undefined, 115, TW
Last Update: 05/05/2026
東元電機創立於西元1956年,初期從事馬達生產,至今東元集團已跨入重電、家電、資訊、通訊、電子關鍵零組件、基礎工程建設、金融投資及餐飲、服務等多面向的發展領域,更積極參與國家重大工程建設,目前事業版圖橫跨全球五大洲四十餘國、百餘城市。未來,東元將持續深耕核心事業,將以願景「成為全球電氣化、智能化與綠色能源的核心發展驅動者」為發展主軸,強化數位轉型目標,精實營銷及生產智動化,並健全商業智能系統(BI),以提升精準市場營銷進而引導成長,建構一個宏觀、高品質的世界級品牌。 【願景】 成為全球電氣化、智能化與綠色能源的核心發展驅動者 【價...

Delta Electronics
瑞光路, 內湖區, 114, TW
Last Update: 12/09/2026
Delta is a global innovative provider of switching power supplies and DC brushless fans, as well as a major source for power management solutions, components, visual displays, industrial automation, networking products, and renewable energy solutions. Delta Group has sa...
Compliance Ranges Comparison

TECO Electric & Machinery Co., Ltd.







Delta Electronics






Benchmark & Cyber Underwriting Signals
Incidents vs Appliances, Electrical, and Electronics Manufacturing Industry Avg (This Year)
No incidents recorded for TECO Electric & Machinery Co., Ltd. in 2026.
Incidents vs Appliances, Electrical, and Electronics Manufacturing Industry Avg (This Year)
Delta Electronics has 2.91% fewer incidents than the average of all companies with at least one recorded incident.
Incident History - TECO Electric & Machinery Co., Ltd. (X = Date, Y = Severity)
TECO Electric & Machinery Co., Ltd. cyber incidents detection timeline including parent company and subsidiaries.
Incident History - Delta Electronics (X = Date, Y = Severity)
Delta Electronics cyber incidents detection timeline including parent company and subsidiaries.
Notable Incidents

TECO Electric & Machinery Co., Ltd.

Delta Electronics
FAQ
Latest Global CVEs
A vulnerability was identified in Anil-matcha Open-Generative-AI up to 1.0.11/2.0.0. Affected by this issue is some unknown functionality of the file /api/upload-binary of the component S3 Upload. Such manipulation of the argument x-proxy-target-url leads to unrestricted upload. The attack may be launched remotely. The name of the patch is f013270957f75e439eaf97eb2a93decb32a4543e. Applying a patch is advised to resolve this issue.
- https://github.com/Anil-matcha/Open-Generative-AI/
- https://github.com/Anil-matcha/Open-Generative-AI/commit/f013270957f75e439eaf97eb2a93decb32a4543e
- https://github.com/Anil-matcha/Open-Generative-AI/issues/310
- https://vuldb.com/cve/CVE-2026-90603
- https://vuldb.com/submit/914005
- https://vuldb.com/vuln/403185
- https://vuldb.com/vuln/403185/cti
A vulnerability was determined in Anil-matcha Open-Generative-AI up to 1.0.11/2.0.0. Affected by this vulnerability is the function renderHistory of the file ImageStudio.js of the component Studio Components. This manipulation causes cross site scripting. The attack may be initiated remotely. The pull request to fix this issue awaits acceptance.
A vulnerability was found in getzep graphiti up to 0.30.2. Affected is an unknown function of the file server/graph_service/main.py of the component REST API. The manipulation results in improper authentication. The attack can be launched remotely. The pull request to fix this issue awaits acceptance.
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. This impacts an unknown function of the file /pages/inv_edit1.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
The mcumgr SMP settings-management group handlers settings_mgmt_read(), settings_mgmt_write(), and settings_mgmt_delete() in subsys/mgmt/mcumgr/grp/settings_mgmt/src/settings_mgmt.c allocate a key_name buffer (and, for read, a data buffer) via k_malloc() when CONFIG_MCUMGR_GRP_SETTINGS_BUFFER_TYPE_HEAP is enabled, relying on the end: label to k_free() them. When CONFIG_MCUMGR_GRP_SETTINGS_ACCESS_HOOK is also enabled and the application access hook rejects a request by returning status MGMT_CB_ERROR_RC, the handler executed return ret_rc; directly, bypassing end: and leaking the heap allocation on every rejected request. The settings handlers are reachable over the unauthenticated SMP transport (Bluetooth LE, UART, or UDP, depending on product configuration). The access hook is the mechanism applications use to deny unauthorized settings access, and MGMT_CB_ERROR_RC is a common rejection style, so an attacker who can send settings read/write/delete commands that the hook rejects triggers a heap leak on each attempt. Because the leaked memory is never reclaimed until reboot, a sustained stream of rejected requests monotonically exhausts the kernel heap until k_malloc() fails, denying mcumgr service and impacting any other heap consumer on the device — a denial of service. The impact is availability-only; there is no memory corruption or information disclosure. Only configurations that select the heap buffer type, enable the access hook, and register a hook that returns MGMT_CB_ERROR_RC are affected (the default stack buffer type cannot leak).