« IntelDatasetRejected:apache2 » : différence entre les versions

De HackBBS
Aller à la navigation Aller à la recherche
HackBBS (discussion | contributions)
Aucun résumé des modifications
HackBBS (discussion | contributions)
Aucun résumé des modifications
Ligne 7 : Ligne 7 :
     {<br />
     {<br />
         "description": "./srclib/apr/file_io/unix/filestat.c:179:  [5] (race) chmod: This accepts filename arguments; if an attacker can move those files, a race condition results. (CWE-362). Use fchmod( ) instead.",<br />
         "description": "./srclib/apr/file_io/unix/filestat.c:179:  [5] (race) chmod: This accepts filename arguments; if an attacker can move those files, a race condition results. (CWE-362). Use fchmod( ) instead.",<br />
        "author": "korigan",<br />
        "comment": "File not found"<br />
    },<br />
    {<br />
        "description": "./srclib/apr/threadproc/win32/proc.c:297:  [5] (misc) SetSecurityDescriptorDacl: Never create NULL ACLs; an attacker can set it to Everyone (Deny All Access), which would even forbid administrator access (CWE-732).",<br />
         "author": "korigan",<br />
         "author": "korigan",<br />
         "comment": "File not found"<br />
         "comment": "File not found"<br />
     }<br />
     }<br />
]
]

Version du 10 septembre 2024 à 18:56

[

   {
"description": "./modules/cache/mod_socache_dbm.c:106: [5] (race) chown: This accepts filename arguments; if an attacker can move those files, a race condition results. (CWE-362). Use fchown( ) instead.",
"author": "korigan",
"comment": "This is part of the try_chown function.\nThis function is called by socache_dbm_init when the superuser run the program only.\nThe files impacted are {db, dir, pag} files. Those suffixes are hardcoded and cannot be manipulated.\nThose files contains non executable data only.\nAn attacker would need to already have root privs or already have the low privileges required to access the targeted data files.\nThis entry cannot lead to an RCE."
},
{
"description": "./srclib/apr/file_io/unix/filestat.c:179: [5] (race) chmod: This accepts filename arguments; if an attacker can move those files, a race condition results. (CWE-362). Use fchmod( ) instead.",
"author": "korigan",
"comment": "File not found"
},
{
"description": "./srclib/apr/threadproc/win32/proc.c:297: [5] (misc) SetSecurityDescriptorDacl: Never create NULL ACLs; an attacker can set it to Everyone (Deny All Access), which would even forbid administrator access (CWE-732).",
"author": "korigan",
"comment": "File not found"
}

]