Lookup for vulnerable packages by Package URL.
| Purl | pkg:apk/alpine/singularity@3.6.3-r0?arch=armv7&distroversion=edge&reponame=community |
| Type | apk |
| Namespace | alpine |
| Name | singularity |
| Version | 3.6.3-r0 |
| Qualifiers |
| arch |
armv7 |
| distroversion |
edge |
| reponame |
community |
|
| Subpath | |
| Is_vulnerable | false |
| Next_non_vulnerable_version | 3.6.4-r0 |
| Latest_non_vulnerable_version | 4.3.6-r0 |
| Affected_by_vulnerabilities |
|
| Fixing_vulnerabilities |
| 0 |
| url |
VCID-a2rx-fr2c-vqej |
| vulnerability_id |
VCID-a2rx-fr2c-vqej |
| summary |
Insecure permissions on user namespace / fakeroot temporary rootfs in Singularity
### Impact
Insecure permissions on temporary directories used in fakeroot or user namespace container execution.
When a Singularity action command (run, shell, exec) is run with the fakeroot or user namespace option, Singularity will extract a container image to a temporary sandbox directory. Due to insecure permissions on the temporary directory it is possible for any user with access to the system to read the contents of the image. Additionally, if the image contains a world-writable file or directory, it is possible for a user to inject arbitrary content into the running container.
### Patches
This issue is addressed in Singularity 3.6.3.
All users are advised to upgrade to 3.6.3.
### Workarounds
The issue is mitigated if `TMPDIR` is set to a location that is only accessible to the user, as any subdirectories directly under `TMPDIR` cannot then be accessed by others. However, this is difficult to enforce so it is not recommended to rely on this as a mitigation.
### For more information
General questions about the impact of the advisory / changes made in the 3.6.0 release can be asked in the:
* [Singularity Slack Channel](https://bit.ly/2m0g3lX)
* [Singularity Mailing List](https://groups.google.com/a/lbl.gov/forum/??sdf%7Csort:date#!forum/singularity)
Any sensitive security concerns should be directed to: security@sylabs.io
See our Security Policy here: https://sylabs.io/security-policy |
| references |
| 0 |
|
| 1 |
|
| 2 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2020-25039 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74322 |
| published_at |
2026-04-16T12:55:00Z |
|
| 1 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74285 |
| published_at |
2026-04-13T12:55:00Z |
|
| 2 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74239 |
| published_at |
2026-04-01T12:55:00Z |
|
| 3 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74293 |
| published_at |
2026-04-12T12:55:00Z |
|
| 4 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74244 |
| published_at |
2026-04-07T12:55:00Z |
|
| 5 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74271 |
| published_at |
2026-04-04T12:55:00Z |
|
| 6 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74276 |
| published_at |
2026-04-08T12:55:00Z |
|
| 7 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74312 |
| published_at |
2026-04-11T12:55:00Z |
|
| 8 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74291 |
| published_at |
2026-04-09T12:55:00Z |
|
| 9 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74357 |
| published_at |
2026-04-24T12:55:00Z |
|
| 10 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74324 |
| published_at |
2026-04-21T12:55:00Z |
|
| 11 |
| value |
0.00815 |
| scoring_system |
epss |
| scoring_elements |
0.74332 |
| published_at |
2026-04-18T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2020-25039 |
|
| 3 |
|
| 4 |
|
| 5 |
| reference_url |
https://medium.com/sylabs |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
8.1 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N |
|
| 1 |
| value |
HIGH |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
|
| url |
https://medium.com/sylabs |
|
| 6 |
|
| 7 |
|
|
| fixed_packages |
|
| aliases |
CVE-2020-25039, GHSA-w6v2-qchm-grj7
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-a2rx-fr2c-vqej |
|
| 1 |
| url |
VCID-cjnx-2wm2-yyhg |
| vulnerability_id |
VCID-cjnx-2wm2-yyhg |
| summary |
Insecure permissions on build temporary rootfs in Singularity
### Impact
Insecure permissions on temporary directories used in explicit and implicit container build operations.
When a Singularity command that results in a container build operation is executed, it is possible for a user with access to the system to read the contents of the image during the build. Additionally, if the image contains a world-writable file or directory, it is possible for a user to inject arbitrary content into the running build, which in certain circumstances may enable arbitrary code execution during the build and/or when the built container is run.
### Patches
This issue is addressed in Singularity 3.6.3.
All users are advised to upgrade to 3.6.3.
### Workarounds
The issue is mitigated if `TMPDIR` is set to a location that is only accessible to the user, as any subdirectories directly under `TMPDIR` cannot then be accessed by others. However, this is difficult to enforce so it is not recommended to rely on this as a mitigation.
### For more information
General questions about the impact of the advisory / changes made in the 3.6.0 release can be asked in the:
* [Singularity Slack Channel](https://bit.ly/2m0g3lX)
* [Singularity Mailing List](https://groups.google.com/a/lbl.gov/forum/??sdf%7Csort:date#!forum/singularity)
Any sensitive security concerns should be directed to: security@sylabs.io
See our Security Policy here: https://sylabs.io/security-policy |
| references |
| 0 |
|
| 1 |
|
| 2 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2020-25040 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73099 |
| published_at |
2026-04-24T12:55:00Z |
|
| 1 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73018 |
| published_at |
2026-04-09T12:55:00Z |
|
| 2 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73043 |
| published_at |
2026-04-11T12:55:00Z |
|
| 3 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73022 |
| published_at |
2026-04-12T12:55:00Z |
|
| 4 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73015 |
| published_at |
2026-04-13T12:55:00Z |
|
| 5 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73058 |
| published_at |
2026-04-16T12:55:00Z |
|
| 6 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73067 |
| published_at |
2026-04-18T12:55:00Z |
|
| 7 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.7306 |
| published_at |
2026-04-21T12:55:00Z |
|
| 8 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.72958 |
| published_at |
2026-04-01T12:55:00Z |
|
| 9 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.72971 |
| published_at |
2026-04-02T12:55:00Z |
|
| 10 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.72991 |
| published_at |
2026-04-04T12:55:00Z |
|
| 11 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.72967 |
| published_at |
2026-04-07T12:55:00Z |
|
| 12 |
| value |
0.00744 |
| scoring_system |
epss |
| scoring_elements |
0.73004 |
| published_at |
2026-04-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2020-25040 |
|
| 3 |
|
| 4 |
|
| 5 |
| reference_url |
https://medium.com/sylabs |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
8.8 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
|
| 1 |
| value |
HIGH |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
|
| url |
https://medium.com/sylabs |
|
| 6 |
|
| 7 |
|
|
| fixed_packages |
|
| aliases |
CVE-2020-25040, GHSA-jv9c-w74q-6762
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-cjnx-2wm2-yyhg |
|
|
| Risk_score | null |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:apk/alpine/singularity@3.6.3-r0%3Farch=armv7&distroversion=edge&reponame=community |