mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-21 20:01:10 +00:00
No description
8550620849
CVE-2006-3325 client/cl_parse.c in the id3 Quake 3 Engine 1.32c and the Icculus Quake 3 Engine (ioquake3) revision 810 and earlier allows remote malicious servers to overwrite arbitrary write-protected cvars variables on the client, such as cl_allowdownload for Automatic Downloading and fs_homepath for the quake3 path, via a string of cvar names and values sent from the server. NOTE: this can be combined with another vulnerability to overwrite arbitrary files. Luigi Auriemma q3cfilevar from Thilo Schulz in ioquake3 svn 811 git 7d51d75b05a9593508040162709043516c0f2a17 - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htm |
||
---|---|---|
base | ||
code | ||
codemp | ||
ui | ||
LICENSE.txt | ||
raven-README.txt | ||
README.txt | ||
TODO |
Jedi Academy with various changes to make it build/run on more platforms including amd64/x86_64. Currently only the single player code runs on amd64. The game needs to be patched to 1.01 to work, the data in the steam version is already patched. How to build single player: mkdir build-sp && cd build-sp cmake ../code/ make copy jasp and jagame*.so to the directory containing base or demo How to build multiplayer: mkdir build-mp && cd build-mp cmake ../codemp/ make copy jamp and jampded to the directory containing base copy *.so to your base directory Known issues: Save games do not yet work on amd64. The demo has various issues and does not work properly. multiplayer has to be run with "+set sv_pure 0" for now