|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: shadowsocks-rust: in /etc/shadowsocks potentially security sensitive configuration files are world-readable | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Matthias Gerstner <matthias.gerstner> |
| Component: | Security | Assignee: | Hillwood Yang <hillwoodroc> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | security-team |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1212862 | ||
| Attachments: | permission | ||
|
Description
Matthias Gerstner
2023-10-18 11:16:27 UTC
This is an autogenerated message for OBS integration: This bug (1216372) was mentioned in https://build.opensuse.org/request/show/1119866 Factory / shadowsocks-rust This is an autogenerated message for OBS integration: This bug (1216372) was mentioned in https://build.opensuse.org/request/show/1120484 Factory / shadowsocks-rust This is still not fixed. We now have:
$ ls -lhd /etc/shadowsocks/
drwxr-xr-x 2 root shadowsocks 4.0K Nov 15 11:29 /etc/shadowsocks
ls -lhd /etc/shadowsocks/shadowsocks-rust.json
-rw-r--r-- 1 root shadowsocks 272 Oct 26 21:17 /etc/shadowsocks/shadowsocks-rust.json
We now have a dedicated group but the files are still world readable. We need
-rw-r----- permissions on the file and drwxr-x--- permissions on the
directory.
any news here? (In reply to Matthias Gerstner from comment #4) > any news here? Is setting permissions as 640 ok? Sorry I'm in hospital. Created attachment 871228 [details]
permission
Yes these permissions are better. This is an autogenerated message for OBS integration: This bug (1216372) was mentioned in https://build.opensuse.org/request/show/1133426 Backports:SLE-15-SP4 / shadowsocks-libev https://build.opensuse.org/request/show/1133428 Backports:SLE-15-SP5 / shadowsocks-libev Fixed openSUSE-RU-2023:0408-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1216372,1216373 CVE References: JIRA References: Sources used: openSUSE Backports SLE-15-SP4 (src): shadowsocks-libev-3.3.5-bp154.3.3.1 openSUSE-RU-2023:0412-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1216372,1216373 CVE References: JIRA References: Sources used: openSUSE Backports SLE-15-SP5 (src): shadowsocks-libev-3.3.5-bp155.4.3.1 the config file and its directory now have proper permissions |