CVE-2022-36302
01.08.2022, 14:15
File path manipulation vulnerability in BF-OS version 3.00 up to and including 3.83 allows an attacker to modify the file path to access different resources, which may contain sensitive information.
Vendor | Product | Version |
---|---|---|
bosch | bf-os | 3.00 ≤ 𝑥 ≤ 3.83 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-641 - Improper Restriction of Names for Files and Other ResourcesThe application constructs the name of a file or other resource using input from an upstream component, but it does not restrict or incorrectly restricts the resulting name.
- CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.