Viewing profile — kro
kro
HN member- Joined
- Sun, Jul 04, 2021, 1:52 PM UTC
- HN karma
- 241
- Public activity
- 91 items
- HN profile
- View on Hacker News ↗
About kro
Recent public activity
-
comment
Comment #49212188
It does not even require the PoW thing Anubis does. I've setup a simple logic that just: Checks for existence of a specific static cookie, if it does not exist, output a small page…
-
comment
Comment #49151295
I understand that most people don't use it and indeed rely on tofu, but the statement is not absolutely correct. ssh server keys can be authenticated using (the DNSSEC "CA" system …
-
comment
Comment #48591182
Only 1.31.0 and 1.31.1 are affected.
-
comment
Comment #48585375
These commits [1] are related to the issue. I am not too familiar with the code, but it appears nginx manages/closes streams in a pool at times the attacker cannot control, and dur…
- story
-
comment
Comment #48531560
I did that for a while because of compatibility issues with a newer laptop, it works but generally if there is no reason it's way easier to stay with the provided packages. Compili…
-
comment
Comment #48531446
mysql/maria also lets you turn off/down the isolation level for queries if you know the guarantees aren't needed, to speed things up. I think postgres does not have that option.
-
comment
Comment #48257274
I've been receiving loads of spam from google MX servers lately until blocking all mails with X-Google-Group-Id headers. I don't know how it's possible, the contents were 100% spam…
-
comment
Comment #48257252
You are correct. Reminds me, we once got a letter by a German government body requesting some data exports from our company, and to upload them on findrive-ni.de It turned out to b…
-
comment
Comment #48251516
That also often shoots you as when json_encoding it only becomes an array when ordered "correctly" (numeric 0-based keys without gaps), otherwise an object. So to be safe you gener…
-
comment
Comment #48170145
Sounds good - which software supports this? Specifically I'd prefer if it would do a composite key derivation in-time rather than "just a pw prompt but TPM has the full key"
-
comment
Comment #48169971
Ubuntu also released TPM based FDE a few versions ago. I had these thoughts then and decided against using it. Typing my passphrase on boot is muscle memory and gives me simple sec…
-
comment
Comment #48139959
No remotely reachable vuln should be taken lightly. At the moment though, the preconditions look odd. I've been using nginx in various constellations for 10 years and never once co…
-
comment
Comment #48133935
However, some privs can be gained in namespaces/unshare.
-
comment
Comment #48112444
It says coordinated distro release today, and I've received a notice earlier today but that does not include the CVE number. That's confusing / does not seem very coordinated to re…
-
comment
Comment #48109332
Next easy attack vector is (non-rootless) docker run with rootfs mount, many are in docker group even when sudo is protected. Also, most sensitive data is in the user scope anyways…
-
comment
Comment #48075133
So far all the information suggested to disable esp and rxrpc modules. This bulletin suggest that more modules are necessary for complete mitigation
- story
-
comment
Comment #48073291
Containers, even with root user, are often stripped of these capabilities unless --privileged
-
comment
Comment #48073263
VPN usage increased, but how to they draw the conclusion that this is children. I think it's more likely that adults are using VPNs to not have to deal with the ID process. I would…
-
comment
Comment #48068578
CAP_NET/SYS_ADMIN is required for this. So this would be "not as bad" as the others.
-
comment
Comment #48062457
It's scary to think that some day it will be more than a local attack vector. I don't want to imagine the fallout from a remote rce via tcp/ip.
-
comment
Comment #48062305
These copyfail exploits allow an unprivileged (daemon/app) user (not in sudoers) to get root without interaction from the original system maintainer. It's quite different from PATH…
-
comment
Comment #48058717
Maybe it would be reasonable for sysadmins to proactively whitelist used / block all exotic unused modules that are not needed in their system configuration. This would reduce the …
- comment