15 vulnerabilities classified as CWE-477 (对废弃函数的使用). AI Chinese analysis included.
CWE-477 represents a maintenance-related weakness where software relies on deprecated or obsolete functions, signaling that the codebase has likely fallen out of active review. This vulnerability is typically exploited indirectly; attackers leverage the inherent security flaws or lack of modern protections within these outdated functions to bypass current security controls, often resulting in buffer overflows or privilege escalation. Developers avoid this weakness by regularly auditing code against current language standards and actively refactoring legacy components to utilize secure, modern alternatives. By integrating automated static analysis tools into the development pipeline, teams can detect obsolete function calls early, ensuring that the application remains aligned with evolving security conventions and effectively mitigates risks associated with aging, unsupported code practices.
... getpw(uid, pwdline); for (i=0; i<3; i++){ cryptpw=strtok(pwdline, ":"); pwdline=0; } result = strcmp(crypt(plainpw,cryptpw), cryptpw) == 0; ...String cmd = null; ... cmd = Environment.GetEnvironmentVariable("cmd"); cmd = cmd.Trim();| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-49217 | Trend Micro Endpoint Encryption PolicyServer 安全漏洞 — Trend Micro Endpoint Encryption Policy Server | 9.8 | Critical | 2025-06-17 |
| CVE-2025-49216 | Trend Micro Endpoint Encryption PolicyServer 安全漏洞 — Trend Micro Endpoint Encryption Policy Server | 9.8 | Critical | 2025-06-17 |
| CVE-2025-49214 | Trend Micro Endpoint Encryption PolicyServer 安全漏洞 — Trend Micro Endpoint Encryption Policy Server | 8.8 | High | 2025-06-17 |
| CVE-2025-49213 | Trend Micro Endpoint Encryption PolicyServer 安全漏洞 — Trend Micro Endpoint Encryption Policy Server | 9.8 | Critical | 2025-06-17 |
| CVE-2025-49212 | Trend Micro Endpoint Encryption PolicyServer 安全漏洞 — Trend Micro Endpoint Encryption Policy Server | 9.8 | Critical | 2025-06-17 |
| CVE-2025-49220 | Trend Micro Apex Central 安全漏洞 — Trend Micro Apex Central | 9.8 | Critical | 2025-06-17 |
| CVE-2025-49219 | Trend Micro Apex Central 安全漏洞 — Trend Micro Apex Central | 9.8 | Critical | 2025-06-17 |
| CVE-2023-28829 | Siemens SIMATIC PCS 7 安全漏洞 — SIMATIC NET PC Software V14 | 3.9 | Low | 2023-06-13 |
| CVE-2023-23451 | 多款SICK产品访问控制错误漏洞 — SICK FX0-GENT00000, SICK FX0-GENT00030, SICK FX0-GMOD00000, SICK FX0-GMOD00010, SICK FX0-GPNT00000, SICK FX0-GPNT00030, SICK UE410-EN1, SICK UE410-EN3, SICK UE410-EN3S04, SICK UE410-EN4 | 9.8 | - | 2023-04-19 |
| CVE-2022-1384 | Authorized users are allowed to install old plugin versions from the Marketplace — Mattermost | 4.7 | Medium | 2022-04-19 |
| CVE-2020-6978 | Honeywell WIN-PAK 安全漏洞 — Honeywell WIN-PAK 4.7.2, Web and prior versions | 7.2 | - | 2020-03-24 |
| CVE-2019-18251 | Omron CX-Supervisor Teamviewer 安全漏洞 — Omron CX-Supervisor | 8.8 | - | 2019-11-25 |
| CVE-2019-10988 | Philips HDI 4000 Ultrasound Systems 信息泄露漏洞 — Philips HDI 4000 Ultrasound Systems | 3.4 | - | 2019-09-04 |
| CVE-2019-10968 | Philips Holter 2010 Plus 访问控制错误漏洞 — Philips Holter 2010 Plus | 6.0 | - | 2019-07-24 |
| CVE-2018-17890 | NUUO CMS 安全漏洞 — NUUO CMS | 9.8 | - | 2018-10-12 |
Vulnerabilities classified as CWE-477 (对废弃函数的使用) represent 15 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.