Skip to main content

Questions tagged [kubernetes]

Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation

Filter by
Sorted by
Tagged with
2 votes
1 answer
84 views

Can strtok()'s static buffer enable cross-container attacks in Kubernetes when containers share libc through copy-on-write? In Kubernetes, containers running on the same node often share memory pages ...
Łukasz D. Tulikowski's user avatar
0 votes
0 answers
131 views

I have impletemed modsecurity/owasp in my Kubernetes environment. Most of it works but I am facing issue whenever there are query parameters in the URL. Even though the page and request is/looks valid,...
adi658's user avatar
  • 1
1 vote
1 answer
166 views

HashiCorp Vault Agent creates a sidecar that talks to the Vault server and injects secrets as files into containers, where the files are located under /vault/secrets/. "render all defined ...
PatPanda's user avatar
  • 111
3 votes
2 answers
780 views

According to the OIDC specification: The issuer value returned MUST be identical to the Issuer URL that was used as the prefix to /.well-known/openid-configuration to retrieve the configuration ...
iamsecb's user avatar
  • 45
1 vote
0 answers
119 views

We have several on-premises Kubernetes clusters that need to utilize AWS services. Currently, we use traditional IAM Users with static credentials, but we recognize this is a bad practice. We want to ...
Catriel Goodman's user avatar
0 votes
1 answer
392 views

In Kubernetes clusters, we often wish to provide temporary credentials to the containerised processes running in a particular pod, usually marked by associating the pod with a service account. ...
benjimin's user avatar
  • 195
2 votes
0 answers
111 views

Let’s say that an attacker, through some chain of exploits, manages to get root on a Kubernetes node. Can they disable network policies on that node? I know that to a large extent this depends on the ...
Neil Madden's user avatar
1 vote
1 answer
1k views

Since the pods share the same subnet, is it possible that one pod can sniff the network packets of other pods? Please explain the reason. Note: I created 3 pods in the same namespace, on one pod I ran ...
warrior-oo7's user avatar
1 vote
0 answers
203 views

I am working on an application running in/on a hosted Kubernetes cluster. All services are built using a Java based stack. For a new feature it is required to temporarily store notifications (email ...
Ratlos's user avatar
  • 67
4 votes
1 answer
4k views

I am trying to mount a secret in the pod securely. I have created the secrets with defaultMode: 0400 and runAsUser:1000. However when i am trying to access the secret in the container after doing exec ...
warrior-oo7's user avatar
0 votes
1 answer
195 views

I am trying integrate our service with SSO. I have generated the ClientID and ClientSecret. Is it a good security practice to store the ClientID and ClientSecret as a configmap? If not, what are the ...
warrior-oo7's user avatar
2 votes
1 answer
217 views

Fair warning - I am a security newbie. In all container escape/breakout vulnerability scenarios I've read (CVE-2022-0185), the author assumes or states that the attacker already had shell or SSH ...
Patrick Burke's user avatar
1 vote
1 answer
340 views

I've spent a few weeks on GCP and GKE (Kubernetes) trying to figure out how to store customer secrets. The secrets are used by some application even when the user is not logged on so I want to ensure ...
Johan Hanssen Seferidis's user avatar
5 votes
2 answers
2k views

How do companies manage SIEM for Kubernetes environments? I am specifically interested in running CIS benchmarks and auditing OS events on the nodes. I already have a Wazuh cluster and agents rolled ...
Lester's user avatar
  • 151
1 vote
1 answer
198 views

Judging from what I can see, exposure of the API kubernetes can be especially risky. It seems there are be methods for protecting this, but I am hesitant to consider these as adequate solutions . I am ...
LUser's user avatar
  • 846

15 30 50 per page