linux_binprm
Regular
4.4
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int cred_prepared;
unsigned int cap_effective;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
};
4.8
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int cred_prepared;
unsigned int cap_effective;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
};
4.10
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int cred_prepared;
unsigned int cap_effective;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
};
4.13
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int cred_prepared;
unsigned int cap_effective;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
};
4.15
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
};
4.18
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
};
5.0
: ✅struct linux_binprm {
char buf[128];
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
};
5.3
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.4
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.8
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.11
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.13
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.15
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
5.19
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
6.2
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
6.5
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
6.8
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int have_execfd;
unsigned int execfd_creds;
unsigned int secureexec;
unsigned int point_of_no_return;
struct file *executable;
struct file *interpreter;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
const char *fdpath;
unsigned int interp_flags;
int execfd;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
arm64
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
armhf
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
ppc64el
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
riscv64
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
aws
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
azure
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
gcp
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
lowlatency
: ✅struct linux_binprm {
struct vm_area_struct *vma;
long unsigned int vma_pages;
struct mm_struct *mm;
long unsigned int p;
long unsigned int argmin;
unsigned int called_set_creds;
unsigned int cap_elevated;
unsigned int secureexec;
unsigned int recursion_depth;
struct file *file;
struct cred *cred;
int unsafe;
unsigned int per_clear;
int argc;
int envc;
const char *filename;
const char *interp;
unsigned int interp_flags;
unsigned int interp_data;
long unsigned int loader;
long unsigned int exec;
struct rlimit rlim_stack;
char buf[256];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
⚠️unsigned int called_set_creds
unsigned int cap_elevated
unsigned int secureexec
unsigned int cred_prepared
unsigned int cap_effective
4.15
and 4.18
⚠️struct rlimit rlim_stack
4.18
and 5.0
⚠️long unsigned int argmin
5.0
and 5.3
⚠️char buf[128]
➡️ char buf[256]
5.3
and 5.4
✅
5.4
and 5.8
⚠️unsigned int have_execfd
unsigned int execfd_creds
unsigned int point_of_no_return
struct file *executable
struct file *interpreter
int execfd
unsigned int called_set_creds
unsigned int cap_elevated
unsigned int recursion_depth
unsigned int interp_data
5.8
and 5.11
⚠️const char *fdpath
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅