Giter Site home page Giter Site logo

Comments (2)

bhelx avatar bhelx commented on September 26, 2024

Not sure i can give a completely general answer, but in the given scenario, you shouldn't be able to access the filesystem just because you have WASI enabled. You still need to explicitly map which directories the guest can access. Same goes for the networking resources. You should be blocked by default unless the host explicitly says which domains can be accessed.

from extism.

neuronicnobody avatar neuronicnobody commented on September 26, 2024

Talked to a few others on this as well and here's a bit more detail:

By default, when you use WASI in Extism you can really only access the clock and a random entropy without further explicit grants by the host. If the host doesn't specify allowed_hosts or allowed_paths, then no network or filesystem access is granted. Extism does not currently have a way to disable clock or rand access.

Modsurfer can be a good helper tool in this situation as it provides an automated way to scan any plugins before runtime and confirm that they don't import certain undesirable WASI functions.

from extism.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.