Linux Kernel up to 5.3.2 AF_APPLETALK Network net/appletalk/ddp.c atalk_create default permission

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 4.2 | $0-$5k | 0.00 |
Summary
A vulnerability has been found in Linux Kernel up to 5.3.2 and classified as critical. This impacts the function atalk_create of the file net/appletalk/ddp.c of the component AF_APPLETALK Network Module. This manipulation causes default permission.
The identification of this vulnerability is CVE-2019-17054. The attack can only be executed locally. There is no exploit available.
Applying a patch is the recommended action to fix this issue.
Details
A vulnerability has been found in Linux Kernel up to 5.3.2 (Operating System) and classified as critical. Affected by this vulnerability is the function atalk_create of the file net/appletalk/ddp.c of the component AF_APPLETALK Network Module. The manipulation with an unknown input leads to a default permission vulnerability. The CWE definition for the vulnerability is CWE-276. During installation, installed file permissions are set to allow anyone to modify those files. As an impact it is known to affect confidentiality, integrity, and availability. The summary by CVE is:
atalk_create in net/appletalk/ddp.c in the AF_APPLETALK network module in the Linux kernel through 5.3.2 does not enforce CAP_NET_RAW, which means that unprivileged users can create a raw socket, aka CID-6cc03e8aa36c.
The weakness was shared 10/01/2019 by Ori Nimron as confirmed git commit (GIT Repository). The advisory is shared at git.kernel.org. The vendor cooperated in the coordination of the public release. This vulnerability is known as CVE-2019-17054 since 10/01/2019. An attack has to be approached locally. A single authentication is necessary for exploitation. Technical details are known, but no exploit is available. MITRE ATT&CK project uses the attack technique T1222 for this issue. The advisory points out:
Ori Nimron pointed out that there are a number of places in the kernel where you can create a raw socket, without having to have the CAP_NET_RAW permission.
The vulnerability scanner Nessus provides a plugin with the ID 246891 (Linux Distros Unpatched Vulnerability : CVE-2019-17054), which helps to determine the existence of the flaw in a target environment.
Applying a patch is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The vulnerability will be addressed with the following lines of code:
rc = -EPERM; if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW)) goto out;The git commit contains the following remark:
To resolve this, here's a short patch series to test these odd and old protocols for this permission before allowing the creation to succeed
The vulnerability is also documented in the vulnerability database at Tenable (246891). The entries VDB-142787, VDB-142788, VDB-142790 and VDB-142791 are related to this item. If you want to get the best quality for vulnerability data then you always have to consider VulDB.
Product
Type
Vendor
Name
Version
License
Website
- Vendor: https://www.kernel.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 4.3VulDB Meta Temp Score: 4.2
VulDB Base Score: 5.3
VulDB Temp Score: 5.1
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 3.3
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Default permissionCWE: CWE-276 / CWE-266
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: No
Availability: 🔍
Status: Not defined
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 246891
Nessus Name: Linux Distros Unpatched Vulnerability : CVE-2019-17054
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
0-Day Time: 🔍
Patch: git.kernel.org
Timeline
10/01/2019 🔍10/01/2019 🔍
10/02/2019 🔍
08/10/2025 🔍
Sources
Vendor: kernel.orgAdvisory: 155212
Researcher: Ori Nimron
Status: Confirmed
Coordinated: 🔍
CVE: CVE-2019-17054 (🔍)
GCVE (CVE): GCVE-0-2019-17054
GCVE (VulDB): GCVE-100-142789
See also: 🔍
Entry
Created: 10/02/2019 07:52Updated: 08/10/2025 17:10
Changes: 10/02/2019 07:52 (49), 09/18/2020 10:00 (18), 12/29/2023 11:48 (3), 12/29/2023 11:55 (1), 08/10/2025 17:10 (16)
Complete: 🔍
Cache ID: 216::103
If you want to get the best quality for vulnerability data then you always have to consider VulDB.
No comments yet. Languages: en.
Please log in to comment.