ryanguill
ryanguill
foundeo
foundeo
foundeo
ryanguill
ryanguill
foundeo
foundeo
foundeo
lsof -p PID
where PID is the process id to see the open files of the processbdw429s
10/17/2022, 5:07 PMbdw429s
10/17/2022, 5:09 PMryanguill
bdw429s
10/17/2022, 5:09 PMcreateOBject('java', 'org.apache.commons.text.lookup.StringLookup')
on Trycf against both CF engines can't find the class, so it's at least not in the system classloader.bdw429s
10/17/2022, 5:10 PMbdw429s
10/17/2022, 5:11 PMbdw429s
10/17/2022, 5:12 PMseancorfield
find . -name '*.jar'
in a CF/Lucee installation, that should give you a list of all bundled JARs. Then you can pipe that through tr '\n' ':'
to get a classpath string. Then you can pass that to one of the various NVD checking tools.seancorfield
seancorfield
seancorfield
bdw429s
10/17/2022, 5:43 PMseancorfield
zackster
10/19/2022, 2:04 PMbdw429s
10/19/2022, 2:22 PMorg.lucee.foo
instead of org.apache.foo
. You'd need to introspect the actual class names to know what's really in the bundle.zackster
10/19/2022, 2:23 PMseancorfield
zackster
10/19/2022, 3:13 PMseancorfield
Adam Cameron