OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Knowledge base bugs in CVE-2023-45674 Ruby SQLi #43

Closed OrenGitHub closed 1 month ago

OrenGitHub commented 1 month ago
kb_call( startloc_26_1009_endloc_26_1020 ). % <--- wrong !
kb_call( startloc_26_992_endloc_26_1033 ).  % <--- good  !
kb_call( startloc_26_992_endloc_26_996 ).   % <--- wrong !
kb_call( startloc_32_1216_endloc_32_1220 ). % <--- wrong !
kb_call( startloc_32_1216_endloc_32_1249 ). % <--- good  !
kb_call( startloc_32_1233_endloc_32_1243 ). % <--- wrong !
kb_call( startloc_32_1259_endloc_32_1263 ). % <--- wrong !
kb_call( startloc_32_1259_endloc_32_1272 ). % <--- good  !
OrenGitHub commented 1 month ago
$ grep -rn "kb_call(" kb.pl
4:kb_call( startloc_26_992_endloc_26_1033 ).
5:kb_call( startloc_32_1216_endloc_32_1249 ).
6:kb_call( startloc_32_1259_endloc_32_1272 ).