Hi everyone! I was tasked to create few challenges for a CTF at my university as part of my bachelor thesis. The last challenge I should create is essentially about crashing a system, while another “monitoring” system is detecting if the other one is running, and if not it gives you a flag. The tasks are meant for 4th year high-school students, so nothing insane, but this one still should be at an “extreme” difficulty in regard to the experience high-school students could have.

Issue is, I have no prior experience in such exploitation, and I don’t necessarily know where to start with this one. My idea was creating a custom vulnerable module/driver in the linux kernel, that the players would be tasked to somehow exploit (some kind of overflow I guess, so that it would trigger kernel panic). I suppose it could be something similar to this: https://nofilqasim.info/Making a Kernel CTF (PUCon’24 pwn CTF)/ , except I believe the author of this CTF made it as a privilege escalation task, which is not exactly what I desire.

I was wondering if anyone could give me some pointers or ideas on where to start with this, and if what I have described above might be too difficult for the students to exploit, and consequently for me to implement.

Thank you for any answers!

    • Brownie@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      23 days ago

      Could it be considered an exploit/vulnerability tho? And if it would, would you say the difficulty of finding it being enabled could be hard enough for the audience I am creating it for?

        • Brownie@lemmy.zipOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          22 days ago

          You’re right haha. I think I will go with something similar to this. Ran it through others working on this, and it seems like a viable method! Thank you very much