Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jcarrano
64 days ago
|
parent
|
context
|
favorite
| on:
TS-2026-009: Insecure argument handling in Tailsca...
> usernames were passed as arguments to getent(1) to retrieve the corresponding passwd entry
Always try to use actual API/system calls (in this case getpwnam) instead of calling sub-processes.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Always try to use actual API/system calls (in this case getpwnam) instead of calling sub-processes.