Earlier quoted context omitted.
For some company's that's true, in one i worked we shutdown all systems (including router and firewall) every Friday at 18:00 ;)
I recall some US gov agency, possibly the IRS of all things, that would only accept forms being submitted during US working hours. Because the computers also need time off I guess?
CISA Director on Log4j Vulnerability
51–60 of 85 posts
Re: CISA Director on Log4j Vulnerability
#52Earlier quoted context omitted.
For some company's that's true, in one i worked we shutdown all systems (including router and firewall) every Friday at 18:00 ;)
I recall some US gov agency, possibly the IRS of all things, that would only accept forms being submitted during US working hours. Because the computers also need time off I guess?
Re: CISA Director on Log4j Vulnerability
#53Unless they spell out how they proactively support the one man hobbyist maintainer I don't believe them. https://xkcd.com/2347
Re: CISA Director on Log4j Vulnerability
#541. Step up and shoulder part of the finding for maintainers 2. Close their double quotes on press releases
Re: CISA Director on Log4j Vulnerability
#55This is pretty awful. Seems easy to fuzz every input form and API param to see which websites are vulnerable just by seeing which sites get a response. Once a site is found to be vulnerable, a malicious actor can try to funnel all logs to an external server, add a remote shell, and potentially scan the production network of whatever was running log4j. Once in the internal network, they can again scan for log4j exploi…
Re: CISA Director on Log4j Vulnerability
#56Is it correct?
Re: CISA Director on Log4j Vulnerability
#57Earlier quoted context omitted.
It doesn’t matter. An nginx web server logging an odd user agent, elasticsearch picks it up. And then, due to some error triggered by the attacker, the content of the webserver log line gets logged on the ES side (for example if it violates a constraint). Frontend bypassed, attack owns ES. I’ve spent my weekend celebrating that I don’t have Java software in a stack that I’m responsible for right now - and feeling sor…
I'm seeing on 7.15, logstash and elasticsearch both ship log4j in the vulnerable range, but in my case, I'm running a new enough java that it shouldn't be an issue.
Re: CISA Director on Log4j Vulnerability
#58The french announcement mentions this: "In general, it seems that the use of a Java runtime environment in version 8u121 or later makes it possible to guard against the main attack vector mentioned by the researchers behind the discovery." Is it correct? https://www.cert.ssi.gouv.fr/alerte/CERTFR-2021-ALE-022/
Re: CISA Director on Log4j Vulnerability
#59There's a lot of talk now about a number of things including web application firewalls and how we must fund open source and I hope something good comes out of it. However, the thing that I wonder is why we still are in a position where every single application and every single dependency can attempt to load dlls (ref npm hacks lately) or reach out to the network? Why is Deno the only one who seems to have a good solu…
The JVM running with a security policy can do this. It's pretty rarely done though.
The Java Security Manager is an API that allows to intercept and run codes, so devs use it as a Trojan Horse to patch code instead of fixing the root of the issue.
The Java Security Manager should die.
Re: CISA Director on Log4j Vulnerability
#60Earlier quoted context omitted.
I work as a software engineer in cybersecurity. > embarrassed... for some of the offerings Welcome to the club.
I am half convinced you can build a successful cyber security business putting a box in a network that does absolutely nothing. I think there's a requirement to at least show a blinking led and have a, not necessarily patched, cable plugged in. But that's about it. My thinking is, that if you show a cool enough interface (not connected to the box), with lots of widgets and stats, and they don't detect a hack in the t…
> Case in point: the Air Gap. Levy set up a website showcasing a magic amulet of his own creation. Like many cyber defences, his piece of hardware promised to defend against all known and unknown viruses, and stop zero day exploits. His product? An empty box with a blue blinking light on it. Levy had to take his website offline when he started getting sales enquiries by email.
https://www.wired.co.uk/article/ian-levy-national-centre-cyb...