Skip to content

[security] Insecure usage of temporary files. #81

@skx

Description

@skx

The current code makes use of predictable filenames, in a way that causes a security issue.

I reported this to Debian last year:

It was recently highlighted by the nodesecurity people (six months later!):

Suggested fix:

  • Avoid using predictable filenames in world-writable directories.
    • Using ~/.app.pid would be better than /tmp for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions