Skip to content

Potential Integer Overflow vulnerability in Zoe/zoelsochore.c #11

@KSB21ST

Description

@KSB21ST

Hi,
It seems that there exists a potential buffer overflow, according to the following code:

char * ZOE = getenv("ZOE");

sprintf(path, "%s/HMM/%s", ZOE, file);

getenv("ZOE") can be an arbitrary large number and cause buffer overflow while executing sprintf().

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