66 vulnerabilities classified as CWE-15 (系统设置或配置在外部可控制). AI Chinese analysis included.
CWE-15 represents a critical input validation weakness where applications allow users to directly manipulate system settings or configuration parameters. This flaw typically arises when developers trust unverified external inputs, such as environment variables, command-line arguments, or configuration files, without rigorous sanitization. Attackers exploit this vulnerability by injecting malicious values that alter application behavior, leading to service disruption, privilege escalation, or unintended execution paths. To mitigate this risk, developers must implement strict input validation, ensuring that all configuration data originates from trusted sources. Utilizing allowlists for acceptable values, enforcing least-privilege principles, and isolating configuration storage from user-accessible directories are essential practices. By treating all external inputs as untrusted and applying robust verification mechanisms, organizations can prevent adversaries from hijacking system settings and maintain the integrity and stability of their software environments.
... sethostid(argv[1]); ...... conn.setCatalog(request.getParameter("catalog")); ...| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2023-32349 | Teltonika RUT router 安全漏洞 — RUT model routers | 8.0 | High | 2023-05-22 |
| CVE-2023-32076 | in-toto vulnerable to Configuration Read From Local Directory — in-toto | 5.5 | Medium | 2023-05-10 |
| CVE-2021-27406 | PerFact OpenVPN-Client — OpenVPN-Client | 8.8 | High | 2022-10-14 |
| CVE-2021-38453 | AUVESY Versiondog — Versiondog | 9.1 | Critical | 2021-10-22 |
| CVE-2021-31338 | SINEMA Remote Connect Server 安全漏洞 — SINEMA Remote Connect Client | 7.8 | - | 2021-08-19 |
| CVE-2021-3707 | D-Link DSL-2750U安全漏洞 — DSL-2750U | 7.1 | - | 2021-08-16 |
Vulnerabilities classified as CWE-15 (系统设置或配置在外部可控制) represent 66 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.