Vulnerabilities (CVE)

Filtered by vendor Augeas Subscribe
Filtered by product Augeas
Total 5 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-7555 1 Augeas 1 Augeas 2023-12-10 7.5 HIGH 9.8 CRITICAL
Augeas versions up to and including 1.8.0 are vulnerable to heap-based buffer overflow due to improper handling of escaped strings. Attacker could send crafted strings that would cause the application using augeas to copy past the end of a buffer, leading to a crash or possible code execution.
CVE-2013-6412 1 Augeas 1 Augeas 2023-12-10 4.6 MEDIUM N/A
The transform_save function in transform.c in Augeas 1.0.0 through 1.1.0 does not properly calculate the permission values when the umask contains a "7," which causes world-writable permissions to be used for new files and allows local users to modify the files via unspecified vectors.
CVE-2012-6607 1 Augeas 1 Augeas 2023-12-10 3.3 LOW N/A
The transform_save function in transform.c in Augeas before 1.0.0 allows local users to overwrite arbitrary files and obtain sensitive information via a symlink attack on a .augsave file in a backup save action, a different vector than CVE-2012-0786.
CVE-2012-0786 1 Augeas 1 Augeas 2023-12-10 3.3 LOW N/A
The transform_save function in transform.c in Augeas before 1.0.0 allows local users to overwrite arbitrary files and obtain sensitive information via a symlink attack on a .augnew file.
CVE-2012-0787 2 Augeas, Redhat 2 Augeas, Enterprise Linux 2023-12-10 3.7 LOW N/A
The clone_file function in transfer.c in Augeas before 1.0.0, when copy_if_rename_fails is set and EXDEV or EBUSY is returned by the rename function, allows local users to overwrite arbitrary files and obtain sensitive information via a bind mount on the (1) .augsave or (2) destination file when using the backup save option, or (3) .augnew file when using the newfile save option.