Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 14

Количество 14

ubuntu логотип

CVE-2022-41720

почти 4 года назад

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2022-41720

почти 4 года назад

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2022-41720

почти 4 года назад

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2022-41720

около 1 года назад

Restricted file access on Windows in os and net/http

EPSS: Низкий
debian логотип

CVE-2022-41720

почти 4 года назад

On Windows, restricted files can be accessed via os.DirFS and http.Dir ...

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-cvf9-g74c-vv79

почти 4 года назад

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:4398-1

почти 4 года назад

Security update for go1.18

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:4397-1

почти 4 года назад

Security update for go1.19

EPSS: Низкий
altlinux логотип

ALT-PU-2022-3300

почти 4 года назад

ALT-PU-2022-3300: package `golang` update to version 1.18.9-alt1

CVSS3: 7.5
EPSS: Низкий
altlinux логотип

ALT-PU-2022-3297

почти 4 года назад

ALT-PU-2022-3297: package `golang` update to version 1.19.4-alt1

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0871-1

больше 3 лет назад

Security update for container-suseconnect

EPSS: Низкий
oracle-oval логотип

ELSA-2023-18908

больше 3 лет назад

ELSA-2023-18908: ol8addon security update (IMPORTANT)

EPSS: Низкий
altlinux логотип

ALT-PU-2023-1323

больше 3 лет назад

ALT-PU-2023-1323: package `golang` update to version 1.19.6-alt1

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:2312-1

больше 3 лет назад

Security update for go1.18-openssl

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2022-41720

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
1%
Низкий
почти 4 года назад
redhat логотип
CVE-2022-41720

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
1%
Низкий
почти 4 года назад
nvd логотип
CVE-2022-41720

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
1%
Низкий
почти 4 года назад
msrc логотип
CVE-2022-41720

Restricted file access on Windows in os and net/http

1%
Низкий
около 1 года назад
debian логотип
CVE-2022-41720

On Windows, restricted files can be accessed via os.DirFS and http.Dir ...

CVSS3: 7.5
1%
Низкий
почти 4 года назад
github логотип
GHSA-cvf9-g74c-vv79

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS("C:/tmp").Open("COM1") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS("") has changed. Previously, an empty root was treated equivalently to "/", so os.DirFS("").Open("tmp") would open the path "/tmp". This now returns an error.

CVSS3: 7.5
1%
Низкий
почти 4 года назад
suse-cvrf логотип
SUSE-SU-2022:4398-1

Security update for go1.18

почти 4 года назад
suse-cvrf логотип
SUSE-SU-2022:4397-1

Security update for go1.19

почти 4 года назад
altlinux логотип
ALT-PU-2022-3300

ALT-PU-2022-3300: package `golang` update to version 1.18.9-alt1

CVSS3: 7.5
почти 4 года назад
altlinux логотип
ALT-PU-2022-3297

ALT-PU-2022-3297: package `golang` update to version 1.19.4-alt1

CVSS3: 7.5
почти 4 года назад
suse-cvrf логотип
SUSE-SU-2023:0871-1

Security update for container-suseconnect

больше 3 лет назад
oracle-oval логотип
ELSA-2023-18908

ELSA-2023-18908: ol8addon security update (IMPORTANT)

больше 3 лет назад
altlinux логотип
ALT-PU-2023-1323

ALT-PU-2023-1323: package `golang` update to version 1.19.6-alt1

CVSS3: 7.5
больше 3 лет назад
suse-cvrf логотип
SUSE-SU-2023:2312-1

Security update for go1.18-openssl

больше 3 лет назад

Уязвимостей на страницу