log4j Log4j bug questions.
42 minutes ago, rojobahr said:1. Is this something that I, who is not a programmer or developer at all, should even be worrying about? I ask because the media absolutely loves creating fear and panic if it means more clicks, so I'm hesitant to trust anything said by any media outlet.
If you use (server) software that includes a vulnerable version of Log4j and you put this online, you are potentially vulnerable. Big companies probably have more to fear, since they are the more juicy target, but you'll have people scanning any computer they can reach for this vulnerability, so they're still a potential threat to you.
42 minutes ago, rojobahr said:2. This is a Java specific bug, so anything that doesn't use Java in any way is safe from it. Is this correct?
This is a bug specific to the Log4j library, that is used by a very large number of Java projects. So in a sense it is Java specific.
42 minutes ago, rojobahr said:3. Without considering connecting to an attacked/unpatched web-server, can only individual .jar files that have log4j in them be used as an attack vector into one's computer?
If you run that .jar file and it opens a port to the internet (say, a Minecraft server), then yes you are vulnerable to attack. If you just run local software there's virtually no danger of being exploited.
42 minutes ago, rojobahr said:4. What recourse is there if one of the things/programs I have on my computer has log4j just is either already abandoned or updated very infrequently? Can I manually block that program from interacting with the internet through some firewall stuff?
Either don't run the software or use a firewall to block its ports. But that may render the software "useless" if we're talking about something like a Minecraft server. Without internet access it has essentially no purpose, unless you just want to play games with people on your local network.
42 minutes ago, rojobahr said:an Imperium Galactica source port called OpenIG that is 100% Java (the one I'm most worried about right now), …
If this is a local only game, you have nothing to worry about. If it is an online game and it includes Log4j, you may be vulnerable. The simple fact that it is Java software does not make you vulnerable. It must use a vulnerable version of the Log4j library and be reachable over the internet.
~edit: I checked out out their repository, and I can't find any mention of Log4j in their java files, so it doesn't seem to use it, which means it should be safe to use.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now